phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
37.01k stars 7.09k forks source link

Phaser for mobile frameworks (PhoneGap/IntelXDK) without server connection #833

Closed allysonsouza closed 10 years ago

allysonsouza commented 10 years ago

I want to know if there's a way to work with Phaser for plataforms like PhoneGap and IntelXDK for mobile game development that doesn't use server side resources and don't require the device to be connected with internet, just uses HTML5 localStorage to save data about the users game.

petarov commented 10 years ago

Did you have a look at the wiki?

allysonsouza commented 10 years ago

Well, I just had looked at the website. I'll take a look to the CocoonJS, thanks.