SamTheBlow / grand-strategy-game

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

Implement scripting #189

Open SamTheBlow opened 1 month ago

SamTheBlow commented 1 month ago

Scripting is a very powerful feature that allows for advanced user customization and modding.

Here are some things users would be able to do:

It would be a lot of work to implement this from scratch, so I suggest to take a look at already existing work. This one in particular looks promising: https://github.com/WeaselGames/godot_luaAPI