We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1029e1 commit 6b79c24Copy full SHA for 6b79c24
README.md
@@ -3,10 +3,15 @@
3
4
A C++/Qt clone of the popular 2048 game.
5
6
-Game logic is written in C++, the GUI in Qt 5.2.1. The entire GUI is written in code, Qt Creator's UI designer was not used.
+Game logic is written in C++, the GUI in Qt 5.2.1.
7
8
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.
9
10
+Video
11
+--
12
+
13
+https://www.youtube.com/watch?v=Nle0iFpWwjE
14
15
Screenshot
16
--
17

0 commit comments