MrEliptik / godot_twitch_games

Collection of small chat interactive games for Twitch
https://bento.me/mreliptik
MIT License
15 stars 5 forks source link

Tower defense new game idea #84

Open Laozey opened 8 months ago

Laozey commented 8 months ago

Tower defense of a core in a futuristic environment

Enemies

Robots which seeks a path to destroy the core (pathfinding shortest path in a grid) The difficulty increases the more viewers play

Towers

Towers requires gold to be built Possibility to upgrade towers with gold

Types of tower:

Implementations:

!\ \ \ // or just first letter of the tower !up \ \ // upgrades the tower at x y

Ideas:
Hacking tower (turns enemies against each others)
wall !wall <x1> <y1> <x2> <y2>

Map

The map is rectangular The robots spawn to left and the core is to the right

Grid:

Resource

Gold per wave Each viewers has their own gold

MrEliptik commented 8 months ago

Cool idea, thanks for suggesting!

Laozey commented 8 months ago
MrEliptik commented 8 months ago

Ok I see, I think it can work. The details can always be tweaked later. Navigation can be recalculated on the fly it shouldn't bet too hard. It should not be done every frame though.