Skip to content

metaquarx/TFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published