Update checklist with stab, health, wave system

This commit is contained in:
2024-10-20 13:55:38 -07:00
parent fd6657047b
commit c679a1f8a8

View File

@@ -35,9 +35,9 @@
- [ ] Enemy health bar - [ ] Enemy health bar
- [x] Sword that points to mouse cursor - [x] Sword that points to mouse cursor
- [ ] Sword swings when click - [ ] Sword swings when click
- [ ] Sword damages enemies in swing area - [x] Sword damages enemies in swing area
- [ ] Wave spawns enemies - [x] Wave spawns enemies
- [ ] Detect when wave ends - [x] Detect when wave ends
- [ ] Activate new waves after powerup has been chosen by player - [ ] Activate new waves after powerup has been chosen by player
### Enemy: ### Enemy:
@@ -48,7 +48,7 @@
### In-Game UI: ### In-Game UI:
- [ ] Player health on bottom left - [x] Player health on bottom left
- [ ] Round / Wave on bottom left (?) - [ ] Round / Wave on bottom left (?)
- [ ] Maybe show enemy remaining count? (We can make a hard mode that removes UI except health) - [ ] Maybe show enemy remaining count? (We can make a hard mode that removes UI except health)
- [ ] Upon round end, pop-up menu for selecting powerup - [ ] Upon round end, pop-up menu for selecting powerup