How to create a Turn-Based RPG in Phaser 3 – Part 2
In Part One of this tutorial we created the world scene together with a player moving on it. Now we are going to make the battle scene, where the player units will fight the enemies. Learning Goals Scene management in Phaser 3 Processing keyboard input to navigate through the user interface Using custom events Inheriting … Read more