22 lines
467 B
Text
22 lines
467 B
Text
|
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
|