Files
2016-08-14 20:44:56 -07:00

692 B

LevelEditr

Build Status NPM version

GUI-based level creation & editing for GameStartr.

Build Process

LevelEditr uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install -g gulp
npm install
gulp

See Build Details for detailed Gulp usage.