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.
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.
Share Improve this question edited Jun 21, 2021 at 8:22 Davide Pedron 7591 gold badge8 silver badges17 bronze badges asked Jun 20, 2021 at 7:54 shubham kakadeshubham kakade 3001 gold badge5 silver badges11 bronze badges1 Answer
Reset to default 8There are a few boilerplates floating around, which I haven't personally tested, making use of Cordova for the goal you're aiming at:
- https://github./PeeJeeDR/phaser-3-webpack-cordova
- https://github./ReydVires/phaser3-cordova
As far as more official resources if you were so inclined:
- An e-book: HTML5 CROSS PLATFORM GAMES USING PHASER 3
- A 2018 tutorial: https://phaser.io/news/2018/04/capacitor-and-phaser-tutorial
- A June 2021 OpenForge Ionic video from the official blog aswell and related repository
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.