# 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 If you already have BQN and you have it on your path just run `./2048.bqn` Otherwise: 1. `make` to compile CBQN 2. `make run` to run the game ## License This code is licensed as AGPLv3