2048/README.md

24 lines
352 B
Markdown
Raw Permalink Normal View History

2023-01-03 20:49:57 +01:00
# A 2048 game made in [BQN](https://github.com/mlochbaum/BQN)
## Controls
Vim style movement keys
- h: left
- j: down
- k: up
- l: right
- q: quit
## Running
2023-01-03 20:57:12 +01:00
If you already have BQN and you have it on your path just run `./2048.bqn`
2023-01-03 20:49:57 +01:00
Otherwise:
1. `make` to compile CBQN
2. `make run` to run the game
## License
This code is licensed as AGPLv3