diff options
-rw-r--r-- | docs/main.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/main.md b/docs/main.md new file mode 100644 index 0000000..8b6ff1c --- /dev/null +++ b/docs/main.md @@ -0,0 +1,57 @@ +### credits: +- voxel-core: https://github.com/ClarkThyLord/Voxel-Core +- hdr skies: https://pixeledasteroid.gumroad.com +- godot dark theme: https://mounirtohami.itch.io/godot-dark-theme + +### roadmap: +- 0.1 alpha: + - turret system + - enemy system + - resource system + - wave system + - editor + +- 0.2 beta: + - mod api support + +### systems: +- turret + - _models_ + - *placement* + - _targeting_ + - _shooting_ + - _economy_ + - _upgrades_ + - modules + - range indicator + - selection indicator + - _gui info details_ + - *gui shop thumbnail* + +- enemy: + - *models* + - *path follow* + - *hierarchy* + - _stats_ + - gui info details + - _color change_ + - *hit effect* + +- resource: + - *Tkads* + - lives + - _economy_ + +- wave: + - spawns + - balance + - gui details + - win/lose condition + +- editor: + - turret + - _attach_ + - _path_ + - _voxel cubes_ + - voxel palette + - gui pickers |