nuoku / HTML5-Cross-Platform-Game-Development-Using-Phaser-3

Reworked examples from Emanuele Feronato's HTML5 Cross Platform Game Development Using Phaser 3 (Babel, webpack)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Cross Platform Game Development Using Phaser 3

Reworked examples from Emanuele Feronato's HTML5 Cross Platform Game Development Using Phaser 3.

I have modified some of the source code to use ES6/7 and have added linting using JavaScript Standard Style.

I have also added Babel, webpack, et al. for bundling.

Android/Cordova Build

Ensure cordova has been installed from npm:

$ npm install cordova -g # may need sudo

To build for Android:

$ cd 028 # or 029
$ npm run build
$ npm run copy-dist
$ cd ../cordovafolder
$ cordova prepare

About

Reworked examples from Emanuele Feronato's HTML5 Cross Platform Game Development Using Phaser 3 (Babel, webpack)


Languages

Language:Java 48.7%Language:JavaScript 46.1%Language:HTML 2.8%Language:Batchfile 2.3%