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
|
## 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue