Recreating the Doom Video Game in Phaser
Independent game maker Wild has created a tutorial series about recreating the classic Doom video game using the Phaser platform. The first part is about setting up the game state.
The states should be split up into three parts – the boot, preloader, and the actual game. Create a main folder to store all three states.
The set up should also have separate files for initializing the Phaser platform and storing global variables.
Check out the video tutorial here.