Sokobqn/README.md

25 lines
375 B
Markdown
Raw Permalink Normal View History

2022-04-14 16:41:12 +02:00
# Sokobqn, a sokoban game made in [BQN](https://github.com/mlochbaum/BQN)
2022-04-14 17:43:54 +02:00
## Controls
Vim style movement keys
2022-04-14 17:47:05 +02:00
- h: left
- j: down
- k: up
- l: right
- u: undo
2022-04-18 01:57:07 +02:00
- r: restart
2022-04-14 17:43:54 +02:00
2022-04-14 16:41:12 +02:00
## Running
If you already have BQN and you have it on your path just run `./soko.bqn`
Otherwise:
2022-04-14 17:02:24 +02:00
1. `make` to compile CBQN
2. `make run` to run the game
2022-04-14 16:41:12 +02:00
## License
2022-04-14 17:02:24 +02:00
Sokobqn is licensed as AGPLv3