From 3de0c816f4c370344908cc327cabbf5a530d6d9e Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Thu, 7 Mar 2013 21:19:08 +0100 Subject: [PATCH] Add the ToDo's we need to do to release the game --- doc/TODO | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/TODO diff --git a/doc/TODO b/doc/TODO new file mode 100644 index 0000000..8007a08 --- /dev/null +++ b/doc/TODO @@ -0,0 +1,21 @@ +Initial release + +## GFX +* Title Screen +* Main background screen +* Ball +* Game over screen +* Highscore-Screen +* Font for score + +## Sound +* Background-tune? + +## Code +* Pause-Mode (pause the game) +* Improve the AI intelligence (more randomness) +* An special effect on ball hit (sprite/glor/whatever) +* "pulse" paddle on hit +* Highscore-Script (PHP, and a mechanism to not fake the score) +* Display the Highscore in the game +* Put the Player (with name) on the highscore