Update the todo list

This commit is contained in:
Aaron Mueller 2013-04-03 20:31:50 +02:00
parent 3de0c816f4
commit de3f67de23

View file

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