0.5.2 • Published 8 years ago

leveleditr v0.5.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.