Syntensity uses JavaScript to script the game logic. This has the benefits of being fast (we use Google V8), is a well-known language, and capable of being carefully sandboxed. To get started with scripting, see the tutorial (the link is directly to the source code repo - click on 'download file' there to get the tutorial as HTML). |