This project is starter kit for a browser-based game that teaches python programming.
It presents a rich code editor hooked up to an HTML5 game canvas.
This repository was initially setup to be used a template project for the Koding Hackathon (6th and 7th of December, 2014)
Example assets are from OpenGameArt.org
-
Fighter planes by Nick
- Fork or clone this repository
npm install
to install dev tools (i.e. grunt, bower)bower install
to install js libraries (i.e skulpt, phaser)grunt dev
to start the development serverhttp://localhost:8081
on your browser and you should see the example project running