Skip to content

tcql/scottyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scotty.js

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.

Note

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!

Downloading

Grab the latest download for your operating system here.

Building scotty yourself

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

Bugs

If you encounter bugs, please file an issue on scotty github. If possible include error text and a screenshot.

Todo

  • 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