1.0.4 • Published 7 years ago

cordova-phaser v1.0.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

README

cordova-phaser is a cordova-cli template aimed to help create Phaser.io games as android native apps.

This README assumes that you are already familiar with cordova-cli and Phaser.io

STEPS

cordova create hello com.example.hello HelloWorld --template cordova-phaser

cd hello

NOTES

This template is based on the Responsive template of Phaser project, and I recommend to use crosswalk webview plugin. Includes a .gitignore file.

This template works with iOS, if the requirements for cordova-cli are previously fulfilled, and iOS platform is added. Optionally you could remove android platform and crosswalk plugin.

Seems to be a bug with the ios simulator, check this Stackflow question.