image

Game Dev Academy have published part 2 of a new tutorial series on creating a multiplayer game in Phaser 3 using Socket.io: "In part one of this tutorial, we created our Node.js server, set up a basic Phaser game, and added Socket.io to allow communication between the two. If you missed it, you can find part one here. In this tutorial, we are going to focus on adding the client-side code that will: add and remove players from the game, handle player input, and allow players to pick up collectibles."

Read More