34 lines
978 B
Markdown
34 lines
978 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
|
|
- [ ] Proper animation via PNG sequence
|
|
- [ ] More variety in Creeps
|
|
- [ ] Health bar + statistics on hover over
|
|
- [ ] +/- on x or y axis to give creeps more variance when walking along path (maybe)
|
|
|
|
## Towers
|
|
|
|
- [ ] Extend projectile into seperate defintion + json file
|
|
- [ ] Make tower react with slotted gems
|
|
- [ ] Alter damage based on attunement from slotted gems
|
|
- [ ] Tower info on click (replace gem tab temporarily or something)
|
|
- [ ] Animate projectiles
|
|
- [ ] Better mouseover tracking when placing tower and showing radius
|
|
|
|
## Gems
|
|
|
|
- [ ] 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
|