Arc/README.md

434 B

Arc, a puzzle game about directing laser beams with mirrors

Controls

Vim style movement keys or WASD keys

  • a/h: left
  • s/j: down
  • w/k: up
  • d/l: right
  • u: undo
  • r: restart
  • q: quit

Running

If you already have BQN and you have it on your path just run ./soko.bqn

Otherwise:

  1. make to compile CBQN (make CC=cc if clang isn't installed)
  2. make run to run the game

License

Sokobqn is licensed as AGPLv3