Search code examples
javascriptnpmapkphaser-framework

How can I convert a Phaser 3 game into an android game?


I'm fairly new to Phaser and I would like to know if there is any way by means of which I can convert the Phaser game into android game.

I'm using Phaser with NPM.

thanks.


Solution

  • There are a few boilerplates floating around, which I haven't personally tested, making use of Cordova for the goal you're aiming at:

    As far as more official resources if you were so inclined:

    I'll go ahead and suggest this blog article aswell which seem pretty well made to me, using Capacitor: Create HTML5 Native games in Ionic Capacitor apps using Phaser with the related repository.