Developed with ES6 and PIXI.js
- Hosting the main directory will run appliaction written in ES6 with modules syntax. These are not supported by Firefox, unless you turn on dom.moduleScripts.enabled flag in Firefoxe's about:config (Chrome is working fine).
- Slightly babelized version (import/exports removed) is located in ./src/.
- Install node.js (https://nodejs.org)
- execute command "npm install http-server -g" (https://www.npmjs.com/package/http-server)
- execute command "http-server" in the ./src/ directory.
- The game is now awailable at localhost:8080.