Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 565 Bytes

Twenty-Forty Eight

A 2048 clone, written in modern C++

Preview of playing the game

Building

Build with cmake to automatically pull in all dependencies:

cmake -S . -B build
cmake --build build -j 4
./build/src/TFE

Controls

  • WASD or arrow keys to slide
  • N to start a new game
  • ESC to exit

Acknowledgements

Graphics have been done with the help of the SFML library

This game is heavily inspired by 2048 by Gabriele Cirulli