Skip to content

pinak/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

My implementation of the game 2048 (which is a clone of three's) in C++. The game has a GUI now implemented using Qt Quick, though it needs a bit of polishing.

Build Instructions:

git clone https://github.com/pinak/2048
mkdir build
cd build
cmake ../2048
make

Then run build/src/Game

Playing Instructions:

Use use arrow keys to move around

Screenshot:

Alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published