-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.norg
39 lines (37 loc) · 962 Bytes
/
todo.norg
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
34
35
36
37
38
39
* Working
- ( ) Move animation for the floor
- ( ) Add "swoosh" and "die" sounds
* TODO
- ( ) UI animations with tweens
- ( ) Fix numbers font
- ( ) Add medals to game over UI
- ( ) Setup App Icon
- ( ) Fix double death sound bug
- ( ) Better Jump
- (?) Scale with screen size
* Done
- (x) Spawn Bird
- (x) Jumping
- (x) Spawn Pipes
- (x) Move Pipes
- (x) Randomize Pipes position
- (x) Background
- (x) Base
- (x) Score
- (x) Collision system
- (x) despawn pipes when they leave the screen
- (x) Game mode state machine
- (x) Game over
- (x) Tap to Start playing UI
- (x) Game over UI
- (x) Sound
- (x) Reset Score on game over
- (x) Floor Collision
- (x) Screen Bound Collision
- (x) Score UI
- (x) Randomize bird, pipes and background
- (x) Animation System
- (x) Jump animation
- (x) Bird oscillating movement on the main menu screen
- (x) Save Max Score
- (x) Game Over UI for max score