33 lines
820 B
Markdown
33 lines
820 B
Markdown
# Todos
|
|
|
|
List of things to implement following the "release" of the minimum viable product (simple browser tower defense game).
|
|
|
|
## Creeps
|
|
|
|
- [ ] Elemental resistances/attunement
|
|
- [x] Proper animation via PNG sequence
|
|
- [x] More variety in Creeps
|
|
- [x] Health bar
|
|
|
|
## Towers
|
|
|
|
- [x] Extend projectile into seperate defintion + json file
|
|
- [ ] Make tower react with slotted gems
|
|
- [ ] Alter damage based on attunement from slotted gems
|
|
- [x] Tower info on click
|
|
- [x] Animate projectiles
|
|
- [x] Better mouseover tracking when placing tower and showing radius
|
|
|
|
## Gems
|
|
|
|
- [x] Create Gem definitions
|
|
- [ ] Make gems affect towers
|
|
|
|
## Other
|
|
|
|
- [ ] Create mission authoring tool
|
|
- [ ] Add sound effects
|
|
- [ ] Tutorial image/mission
|
|
- [ ] Pause menu
|
|
- [ ] Score screen when winning/losing map
|