|
||
---|---|---|
CBQN@05c1270344 | ||
.gitmodules | ||
LICENSE | ||
Makefile | ||
README.md | ||
ansi.bqn | ||
arc.6.md | ||
arc.bqn | ||
demo.gif | ||
levels | ||
logic.bqn | ||
utils.bqn |
README.md
Arc, a puzzle game about directing laser beams with mirrors
Sample video
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 ./arc.bqn
Otherwise:
make
to compile CBQN (make CC=cc
if clang isn't installed)make run
to run the game
License
Arc is licensed as AGPLv3