Today lets learn to make progress bar to indicate game loading time to the user. This keeps the user informed…
It's very important for any game to have some global configurations - like, display mode(Landscape or Portrait), device width and…
Today lets learn how we can manage multiple states in Phaser. We can divide a game into several related modules…
Today let us learn how to write custom methods/functions in Phaser game application/code. Make sure to watch this video tutorial…
Update method is responsible for updating and re-drawing the game objects. Phaser by default will aim to run at 60…