So I’m very new to all of this and am having a stab at developing a space shooter game and I want to use phaser because it looks awesome!
I’m just a bit confused about the web server part of getting started as my knowledge here is poor…
Going along with the offical getting started section on phaser.io I seem to be getting tripped up because the assets are loaded in with a CDN?? I’m using Gitpod so have foregone the use of a local web server because I can just do python3 -m http.server in the terminal and that seems to work when I test it with other peoples source code for different phaser projects.
Is this just a drawback of using python in this way? Am I ok to continue developing with phaser like this so long as I load phaser.js within my projects? Would I be better off in the long run getting something like WAMP?
I’m very much learning the ropes here so thanks in advance for your time and patience!