We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a4d04 commit ee086e2Copy full SHA for ee086e2
Examples/README.md
@@ -3,10 +3,13 @@
3
### 3D
4
not much to say. Ignore most of the 3D code, fun to play around with but nothing researchable in there ;)
5
6
-<img src="https://github.com/ollelogdahl/ConsoleGameEngine/blob/master/Media/monkeyspin.gif" />
+<img src="https://github.com/ollelogdahl/ConsoleGameEngine/blob/master/Media/monkeyspin.gif">
7
+
8
9
10
### Tetris
11
Just a basic tetris clone. works pretty well, and demostrates how the update loop could be modified!
12
13
+<img src="https://github.com/ollelogdahl/ConsoleGameEngine/blob/master/Media/tetris.gif">
14
15
### HelloWorld
0 commit comments