diff --git a/doc/TODO b/doc/TODO index 8007a08..4c26aa4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,20 +2,23 @@ Initial release ## GFX * Title Screen -* Main background screen +* Main background screen (CSS/HTML Canvas) * Ball -* Game over screen -* Highscore-Screen -* Font for score +* Game over screen (change main background) +* Highscore-Screen +* Font for score (search fo a tool and make it fancy) ## Sound -* Background-tune? +* Background-tune! (http://www.nosoapradio.us/) ## 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) +* Pause-Mode (pause the game, or stop the game) +* An special effect on ball hit (sprite/glor/whatever) (http://clokwork.net/2012/03/07/particle-generation-in-impactjs/) +* Highscore-Script (http://www.holoville.com/blog/?p=948, http://www.scoreoid.net/) * Display the Highscore in the game * Put the Player (with name) on the highscore + +## Nice to have +* Improve the AI intelligence (more randomness) +* "pulse" paddle on hit +