项目作者: T-13

项目描述 :
Dungeon Master Script compiler and development environment
高级语言: C++
项目地址: git://github.com/T-13/DMS.git
创建时间: 2019-04-23T18:50:18Z
项目社区:https://github.com/T-13/DMS

开源协议:MIT License

下载


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

  1. cd <component>
  2. mkdir build
  3. cd build
  4. cmake ..

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