Sokobqn/README.md

375 B

Sokobqn, a sokoban game made in BQN

Controls

Vim style movement keys

  • h: left
  • j: down
  • k: up
  • l: right
  • u: undo
  • r: restart

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