Skip to content
/ Wcc2048 Public
forked from jvaelen/2048

A C++/Qt clone of the popular 2048 game

Notifications You must be signed in to change notification settings

kaajo/Wcc2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

A C++/Qt clone of the popular 2048 game.

Game logic is written in C++, the GUI in Qt 5.2.1.

The core is decoupled from the GUI using the observer pattern, so it is easy to pull the code, extract the core and then build a new GUI around it.

Video

https://www.youtube.com/watch?v=Nle0iFpWwjE

Screenshot

Alt text

About

A C++/Qt clone of the popular 2048 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • Prolog 2.8%