You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
CBQN@05c1270344 | 3 months ago | |
.gitmodules | 3 months ago | |
LICENSE | 3 months ago | |
Makefile | 3 months ago | |
README.md | 3 months ago | |
ansi.bqn | 3 months ago | |
arc.6.md | 3 months ago | |
arc.bqn | 3 months ago | |
demo.gif | 3 months ago | |
levels | 3 months ago | |
logic.bqn | 3 months ago | |
utils.bqn | 3 months ago |
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