/koding-game-starterkit

A Starter kit for a browser-based python learning game.

Primary LanguageJavaScriptMIT LicenseMIT

koding-game-starterkit

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)

Libraries used

Assets used

Example assets are from OpenGameArt.org

Instructions

  • 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 server
  • http://localhost:8081 on your browser and you should see the example project running