Sokobqn/README.md

24 lines
357 B
Markdown

# Sokobqn, a sokoban game made in [BQN](https://github.com/mlochbaum/BQN)
## Controls
Vim style movement keys
h - left
j - down
k - up
l - right
u - undo
## Running
If you already have BQN and you have it on your path just run `./soko.bqn`
Otherwise:
1. `make` to compile CBQN
2. `make run` to run the game
## License
Sokobqn is licensed as AGPLv3