Arc, a puzzle game about directing laser beams with mirrors
Go to file
Rampoina bfd5cd52a2 First commit 2023-03-04 18:38:17 +01:00
CBQN@05c1270344 First commit 2023-03-04 18:38:17 +01:00
.gitmodules First commit 2023-03-04 18:38:17 +01:00
Makefile First commit 2023-03-04 18:38:17 +01:00
README.md First commit 2023-03-04 18:38:17 +01:00
arc.bqn First commit 2023-03-04 18:38:17 +01:00
levels First commit 2023-03-04 18:38:17 +01:00

README.md

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