2048 clone I made for a school project
- Build the project
- Build dependencies: A C compiler, GNU Make
git clone https://github.com/atzuur/eleven cd eleven make
- Run
./eleven
(or.\eleven.exe
on Windows) - Enjoy! You can use arrow keys to move the tiles.