A 2048 clone, written in modern C++
Build with cmake to automatically pull in all dependencies:
cmake -S . -B build
cmake --build build -j 4
./build/src/TFE
- WASD or arrow keys to slide
- N to start a new game
- ESC to exit
Graphics have been done with the help of the SFML library
This game is heavily inspired by 2048 by Gabriele Cirulli