Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 991 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 991 Bytes

Open Source Love png1 HitCount Maintenance contributions welcome
forthebadge made-with-c++ ForTheBadge built-with-love

2048 Game

Installation

$ g++ -c game.cpp && g++ game.o -o 2048 -lsfml-graphics -lsfml-window -lsfml-system

You will find a binary file named 2048. Just run -

$ ./2048

Now Enjoy ! :D 0xeax