scotty is a project toolkit for the Phaser HTML5 game framework. It runs as a standalone desktop application, and allows you to
- Download Phaser versions
- Download and run Phaser examples
- Manager your Game Projects
For more information, see the scotty page.
scotty is still in an early/experimental state, so be warned:
- there will probably be bugs
- scotty isn't entirely complete. There are new features planned!
Grab the latest download for your operating system here.
scotty requires nodejs and grunt.
First, clone the repository
git clone https://github.com/tchannel/scottyjs.git
Install dependencies
npm install
scotty is written in coffeescript. If you're going to be modifying scotty, you can either
build the app once using grunt coffee
or you can watch for changes and recompile automatically by running grunt watch
.
then, to run scotty
npm start
If you encounter bugs, please file an issue on scotty github. If possible include error text and a screenshot.
- Allow creating projects from templates
- Project deployment tools
- Option for downloading only phaser .js and .min.js rather than the entire phaser repo
- Clean up grunt tasks and config
- Investigate switching to using straight coffeescript includes instead of compiling