Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 276 Bytes

asp-phaser-generator

Node package for converting from ASP format into a Phaser game.

Local development

  • Clone the repo and cd into the folder
  • Run npm install
  • Run 'npm install amd-loader'
  • Run tests with npm test
  • Run the example with node example.js