JavaScript framework for game development and prototyping.
JIG is using PIXI.js as a rendering engine and require.js as modular system.
TBD
node.js, gulp, and bower should be installed first.
- Clone or download this repository to a directory on your hard drive
- Navigate to this directory in terminal
- Run
npm installto install all the node.js dependencies - Run
./init [template-name] [project-path]to initialize a project based on[template-name]template. See the list of templates in the according directory of the framework. Example:./init basic /home/username/my-cool-game. Follow the instructions. - Navigate to the
[project-path]and rungulpto run the webserver and be able to test your game. - Open
http://localhost:8080/(port can be changed in thegulpfile.js) in your browser - Start working on your game!
TBD