kosmonet / argon

the argon roguelike engine
GNU General Public License v3.0
0 stars 0 forks source link

Embed a scripting engine #6

Open kosmonet opened 1 year ago

kosmonet commented 1 year ago

An engine will be needed for scripting e.g. quests and dialogs. Two decisions must be made:

kosmonet commented 1 year ago

Possible scripting engines:

kosmonet commented 4 months ago

Roslyn C# scripting looks interesting, but also insecure. The scripts should run in some kind of sandbox.