Skip to content
/ DMS Public

Dungeon Master Script compiler and development environment

License

Notifications You must be signed in to change notification settings

T-13/DMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.