This is my first game based in HTML5 (using canvas) and ECMAScript 6. Dependency: Node.js.
Install Node.js (https://nodejs.org/en/). After have the Node.js installed in your machine, run this command:
$ npm install
As the actual browsers don't support the new version of the javascript, it is necessary to use a procedure to "compile" the ECMAscript 6 code to the version of javascript which browsers use. So, after install the dependencies run the following command, in order to "compile" code:
$ npm run build
$ npm start
Go to chrome/firefox/safari/etc and navigate to http://localhost:8080/
Send me an e-mail to [email protected].