2.0.0 • Published 8 years ago

phonegap-template-phaser v2.0.0

Weekly downloads
1
License
Apache-2.0.0
Repository
github
Last release
8 years ago

phonegap-template-phaser

A template for creating new PhoneGap applications that are Phaser games

Getting started:

// using PhoneGap cli
phonegap create ./MyPhaserApp --template phonegap-template-phaser
cd MyPhaserApp
phonegap run browser

// using cordova cli
cordova create ./MyPhaserApp --template phonegap-template-phaser
cd MyPhaserApp
cordova platform add windows
cordova run windows

To learn more about phaser, visit http://phaser.io/