Add the ToDo's we need to do to release the game
This commit is contained in:
parent
aab9df40c6
commit
3de0c816f4
1 changed files with 21 additions and 0 deletions
21
doc/TODO
Normal file
21
doc/TODO
Normal file
|
@ -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
|
Loading…
Reference in a new issue