
Game Dev Academy have released a new tutorial all about creating a mobile game using Phaser 3 and Cordova:
"Photon StormÔÇÖs Phaser is one of the most trusted frameworks for developing professional-quality 2D games in JavaScript. With Phaser, itÔÇÖs feasible to make performant games that run smoothly in all major browsers, across all major systems, while only having to maintain one codebase. And now, the latest installment of Phaser has made its debut: Phaser 3.
But did you know that the same code that runs in your browser can be wrapped into a ÔÇ£nativeÔÇØ mobile application? By combining Phaser 3 with Apache Cordova, we can produce games that not only run in the browser, but can also be published to the App Store and Google Play Store.
In this article, weÔÇÖll use Phaser to make a simple ÔÇ£gameÔÇØ that can be built for iOS, Android, and the Web. Though the result wonÔÇÖt truly be a ÔÇ£gameÔÇØ in the playable sense, the concepts it introduces will be referenced again in future tutorials where we will, indeed, create playable games."
