gtp
v5.2.0
Published
  [
- Game states
- Tiled map support (supports 1.8.x JSON format)
Hacking
First, check out the project and install all dependencies:
git clone https://github.com/bobbylight/gtp.git
cd gtp
nvm use
npm installThe TypeScript code lives in src/, and is transpiled into lib/ by running npm. Useful commands:
npm run clean # deletes the build, doc, and coverage directories
npm run build # build
npm run watch # builds and watches for changes
npm run lint # Lints the source code
npm run test # runs unit tests and generates coverage report
npm run doc # generates documentationSee package.json for all available commands.
