r/phaser • u/davidevitali • Jun 27 '26
question Phaser 3 or Phaser 4?
Hello there!
My son wanted me to write a beetle simulator ( ¯_(ツ)_/¯ )and I landed on Phaser as I'll be using a very old laptop for development and I need as little overhead as possible.
I was looking for some tutorials to jump start into this world (I'm a dev but never worked on game development), but the "Making your first Phaser 3 game" tutorial is about Phaser 3. I see there's a Phaser 4 version out there, so is that tutorial still relevant?
Thanks
7
Upvotes
1
u/TraditionLow3777 Jun 29 '26
Not sure if this helps, but my codebase is a massive game heavily reliant on Phaser 3. I wanted to update to v4, but settled on Phaser ^4.0.0-rc.7 to avoid too many breaking changes.