swankysongbirds Posted April 9, 2016 Share Posted April 9, 2016 I'm creating a Candy Crush clone following Josh Morony's tutorial and I want to add a level 2. How do you add multiple levels in Phaser? I'm new to the game engine. I was advised to use different JS files for each level but that seems repetitive. Is it possible to have the MainGame contain the general game logic and the JS files to just have the layout/parameters of each level so each time the state is added the level is automatically created? How would I automatically load the next level when the player hits a certain number? Link to comment Share on other sites More sharing options...
Recommended Posts