rblopes / generator-phaser-plus

[🛑 DISCONTINUED] It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork `yandeu/phaser-project-template` instead.
https://github.com/yandeu/phaser-project-template
MIT License
146 stars 14 forks source link

Add PWA support to generated project #31

Open budda opened 6 years ago

budda commented 6 years ago

How to guide explains the requirements https://gamedevacademy.org/phaser-progressive-web-apps-tutorial/

rblopes commented 6 years ago

Hi again.

This is achievable by integrating offline-plugin on the workflow. I think most of the details are sorted out, but I haven't tried offline-plugin in ages, last time it wasn't compatible with Webpack 4. Will check again when I've got some time.

Combined with Phaser's (upcoming) Scale Manager, it would be a perfect match for a PWA game template.