/DMS

Dungeon Master Script compiler and development environment

Primary LanguageC++MIT LicenseMIT

DMS

Travis CI

Dungeon Master Script compiler and development environment.

Components

DMC - Dungeon Master Compiler

Compiler for DMS code.

DME - Dungeon Master Environment

Development environment for DMS. Uses DMC as library.

Development

cd <component>
mkdir build
cd build
cmake ..

Build with make, Visual Studio or other generator you have chosen with CMake.