Skip to content

Commit 6b79c24

Browse files
committed
added video link
1 parent f1029e1 commit 6b79c24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33

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

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.
6+
Game logic is written in C++, the GUI in Qt 5.2.1.
77

88
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.
99

10+
Video
11+
--
12+
13+
https://www.youtube.com/watch?v=Nle0iFpWwjE
14+
1015
Screenshot
1116
--
1217
![Alt text](http://i.imgur.com/0gJZqvI.png)

0 commit comments

Comments
 (0)