DEV Community

Starting JS-Game-Dev-Projects the quick & modern way

Antonio Radovcic on July 25, 2018

Read this if you'd rather spend more time coding and less time crying in your cereal. Some years ago I spent a whole evening trying to set up a Ga...
Collapse
 
kayis profile image
K

I read Phaser 3 was more modular. Are there any resources on how to get it up and runing without the /dist scripts or is the 400kb phaser-core.min.js really the best that is possible?

Collapse
 
niorad profile image
Antonio Radovcic

Hmmm never looked into that. I guess you could try to strip all the requires from phaser-code and build yourself, until the game stops to work. Maybe remove all the loaders if not needed? 😬