2048 in BQN
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.
 
Rampoina c597cfdffc egrep -> grep -E 5 months ago
.gitmodules Add readme 5 months ago
2048.bqn Improve code 5 months ago
Makefile egrep -> grep -E 5 months ago
README.md Fix Readme 5 months ago

README.md

A 2048 game made in 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