Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published