-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdeaDoc.txt
33 lines (28 loc) · 954 Bytes
/
IdeaDoc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
** Game on One Screen **
A game where you avoid eggs to reach the high score.
* Dodge the eggs to keep playing
* as soon as an egg hits you or you go off screen, your game is over
* Different colored eggs do different things.
** Shoot things at you
** gravitate towards you
** go in random directions
** pull you toward them
** push you away from them
** try and rotate around you
** more that I come up with
* events happen that do different things.
** pull you toward the center
** pull eggs toward the center
** push you away from the center
** increase the number of eggs
** increase the size of the eggs
** increase the size of the player
** stop eggs temporarily, then rapid fire
* Score = time spent playing before death
* going off screen = death
things I need to do:
text/image for what event is happening.
new kinds of eggs that do different things.
more event types.
a way to display the current score.
add sounds to like everything.