SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
5 stars 4 forks source link

Spectator mode #134

Open SamTheBlow opened 6 months ago

SamTheBlow commented 6 months ago

The ability to join a game without having control over any country.

SamTheBlow commented 3 months ago

This was kind of added already: if you add enough players, eventually, all the countries are taken and players are created as spectators. But there still isn't a way to spectate a game that has no humans in it. When a game only has AI in it, an infinite loop occurs and the game freezes.

SamTheBlow commented 3 months ago

So really all we have to do is make the AI's actions play in front of you at an appropriate speed instead of making it play moves instantly.

SamTheBlow commented 2 months ago

It might be better to only introduce this after the settings menu is added, because you'll want to adjust the animation playback speed (among other things)