I was curious if there are examples on PWA enabled HTML5 games. Also nice to see a boilerplate making it easier to build native apps.
I think the only thing missing is ESNext support, there are stuff like async/await became available after ES2017. Also would be nice to see a multiplayer enabled boilerplate with one click heroku deploy support. I can help out with that!
This platformer example is based on the TypeScript Template. It is a PWA (try to add it to your homescreen on your phone; It should also work offline on Android and iOS). It also uses Async/Await on this line.
You can use async/await is both, the ES6 and the TypeScript template.
I already tried out the platformer example’s PWA feature on my phone, it works wonderful. Definitely going to make a cross platform game using that.
If ES6 template supports ES2017 stuff maybe it would be better to name it ESNext, considering the repo will be updated to match the latest ES.
Regarding PhoneGap Build, I haven’t heard it before and I honestly don’t know much about mobile web dev and game dev, I recently began HTML5 game development. It would be cool to see a tutorial on shipping cross platform mobile HTML5 games though!
The list of Plateforms are in my version unfortunately I hope to make a unique version the original one of GH/Raiper34 but he won’t add them even if itch.io for example is very important for a game developer with Phaser
Of course! Feel free to reference all you need. Examples, Templates and even my newest and coolest project enable3d.io (3D objects and physics for Phaser).
If you wish, I could update some examples to the latest Phaser version?