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 11 months ago

kosmonet commented 11 months ago

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

kosmonet commented 11 months ago

Possible scripting engines:

kosmonet commented 2 months ago

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