Hi, so I'm very new to Pixi.js and javascript, coming from a c++ background I am lost without my classes.
Can anyone explain to me what a basic template should look like for starting a Pixi.js game and you guys go about organising the code into separate files?
I currently have one big blob of code in a single file, as all the tutorials i found only use one.
Any help you can give will be much appreciated.
edit: so i finished the game i'll leave a link and any feedback on the code would be helpful
also does anyone know how to scale the size of the renderer for different screen sizes?
GAME LINK: https://github.com/SeanBurns221/Pixi.js-Game