Table of Contents

, ,

Start Page » DragonScript Script Module

DragonScript

DragonScript is a general purpose scripting language with a set of modules developed specifically for writing games. Its design was driven by the following guidelines:

Information about the APIs can be found here: DragonScript API Documentation

Syntax

TODO

Visual Studio Code Extension

For Visual Studio Code there exists an Extension to do Syntax Highlighting. To install go to the “Extension Manager” in your Visual Studio Code and search for “dragonscript”. The plugin is named “DragonScript Language Support”.

You can also look at the extension source code. There you can also download the VSIX files in case you need to manually install it:

API Documentation

Source Code

Getting Started

Wiki pages containing information on how to get started with using the DragonScript Script Module to create games with. For Drag[en]gine general topics see Game Development with the Drag[en]gine.

Implementation Details

Wiki pages containing detailed implementation information about topics specific to DragonScript. For Drag[en]gine general topics see Game Development with the Drag[en]gine.

Script Examples

Wiki pages outside the DragonScript area containing DragonScript example scripts.

Demo Projects

Included are also Demo Projects to look at scripts or using as starting base.