generated from mwc/project_game
20 lines
573 B
Plaintext
20 lines
573 B
Plaintext
#Unknown name
|
|
|
|
## Game description
|
|
The player will have to shoot a ball from the side
|
|
of the screen and land on a high point value. They
|
|
will get unlimited shots and can play forever
|
|
until they miss (hit an X), when the game will end.
|
|
|
|
## Core mechanics
|
|
- The ball on the left side of the screen can be
|
|
moved up and down by the arrow keys.
|
|
- The power will be controlled by the left and
|
|
right arrow keys.
|
|
-Enter will launch the ball
|
|
|
|
## Challenges
|
|
- How to control the balls path
|
|
- How to recognize what point value the ball hit.
|
|
- How to display power.
|