fractile81 / cordova-phaser-ts-jed

Cordova template that provides Phaser Typescript support, plus Jed for i18n.
Apache License 2.0
35 stars 4 forks source link

Change to Phaser CE? #5

Open Majirefy opened 7 years ago

Majirefy commented 7 years ago

As Phaser CE becomes main project maintained by communities, should this change to Community Edition of Phaser?

fractile81 commented 7 years ago

There are three options here that I've been considering:

  1. Default to Phaser CE
  2. Make another npm package since Phaser CE (2.7+, <3.x) is effectively a fork of Phaser
  3. When installing, ask if you want Phaser 2, Phaser CE, or Phaser 3

I would really like to have this package reflect the official repo, even if it has been frozen. I'm leaning toward option 3 since it would be the most robust. If that's the case, I could default the install to CE since it would be the latest (for now), and still have the official repo immediately available.

All of that said, I'd love any feedback on this!

Majirefy commented 7 years ago

@fractile81 Thanks for reply!

It would be nice if we can select 2, CE or 3 when installing. Phaser 3 seems very charming, though it's under rapid development.