-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject-task.todo
More file actions
56 lines (46 loc) · 1.21 KB
/
project-task.todo
File metadata and controls
56 lines (46 loc) · 1.21 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Project Setup:
☐ download basic project files
☐ running project on local web server
☐ review basic project code
☐ update game config
☐ code planning
Player:
☐ loading assets
☐ creating animations
☐ create game objects
☐ create animations
☐ input and player movement
Enemies:
☐ create game object
☐ create animations
☐ basic AI movement
☐ weapons
☐ phaser update and delta time
Collisions:
☐ collisions between enemies and player
☐ collisions between bullets and ships
☐ health component
Enemy Spawners:
☐ use groups to spawn multiple enemies from object pool
☐ create group for ship explosions
☐ update collisions to support groups
☐ event bus component
UI & Audio:
☐ implement scoring
☐ player lives
☐ game audio
☐ backgrounds
-------------------------------
Enhancement Ideas:
☐ weapon powerups
☐ mobile support
☐ boss enemies
☐ other enemy types
☐ enemy waves
☐ high scores
☐ increased difficulty (score or time based)
☐ spawn with shield or be invulnable for period of time
☐ title, options, and credits scenes
-------------------------------
☐ ✔ ✘
-------------------------------