'Cause this project is mainly using javascript, so there is some coding style for javascript.
protect variable: starting with _, like this -> _stage, _graphics
private variable: starting with __, like this -> __instance
This is a 2D platform Game in progress. Aiming at a aerial middle-ages background adventure story of 2d graphics.
Just open index.html in browser or use node-webkit, there is a package.json file for node-webkit to run with.
Or:
Execute npm start in your terminal/console, then visit http://localhost:8080/app/index.html
Browsers that support HTML5 features like Chrome 14+