Skip to content

Commit eb4a0be

Browse files
committed
added gameplay video link to readme and todo's
1 parent db870fd commit eb4a0be

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
@@ -4,7 +4,7 @@ This is my take on implementing the classical [Bejeweled](http://en.wikipedia.or
44

55
Unlike many game implementations, I attempted to employ an object-oriented design to the game, using [MVC](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) and other approaches, making it very modular and an _easy-to-pickup_ code.
66

7-
![](http://i.imgur.com/0E9NY9A.png "In-game screenshot")
7+
[![](http://i.imgur.com/0E9NY9A.png)](http://youtu.be/LjQ1qV2Bpws)
88

99
### Compilation Prerequisites
1010

@@ -42,6 +42,11 @@ The project is licensed under GPLv2 (see LICENSE.MD)
4242

4343
[Yoav Francis](www.linkedin.com/in/yoavfrancis)
4444

45+
### Future todo's:
46+
47+
- Add audio (with SDL_Audio)
48+
- Employ State pattern for different states (main menu, game screen, records screen, etc.)
49+
- Employ Strategy pattern for abstraction of game mechanics.
4550

4651
-------
4752

0 commit comments

Comments
 (0)