Update the todo list
This commit is contained in:
parent
3de0c816f4
commit
de3f67de23
1 changed files with 13 additions and 10 deletions
21
doc/TODO
21
doc/TODO
|
@ -2,20 +2,23 @@ Initial release
|
|||
|
||||
## GFX
|
||||
* Title Screen
|
||||
* Main background screen
|
||||
* Main background screen (CSS/HTML Canvas)
|
||||
* Ball
|
||||
* Game over screen
|
||||
* Game over screen (change main background)
|
||||
* Highscore-Screen
|
||||
* Font for score
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue