SamTheBlow / grand-strategy-game

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

Rework the code for "simulations" #124

Closed SamTheBlow closed 7 months ago

SamTheBlow commented 7 months ago

The code for simulations is, in my opinion, difficult to understand. "Simulations" are player actions that are not actually performed until the end of the turn.

At the time of writing, #33 is not implemented, so there isn't even a need for simulations. I want to temporarily remove simulations entirely to clean up the code, then reintroduce them later on with hopefully better code. I've already written down some ideas about it.

SamTheBlow commented 7 months ago

Or, y'know, just leave that code alone until the changes are needed. Removing this from milestone 4 as it's not that important

SamTheBlow commented 7 months ago

I should mention that I ended up removing simulations, as I originally planned