SamTheBlow / grand-strategy-game

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

Add the ability to create and use formulas in game rules #174

Open SamTheBlow opened 2 months ago

SamTheBlow commented 2 months ago

For example: the rule that tells who won could be a formula that calculates a score for each country using some specific factors chosen by the user. Another example: the rule that determines a province's money income each turn could be a formula that depends on many other things.

It would be very powerful.

SamTheBlow commented 3 weeks ago

This could potentially be done with scripting (#189)