Port of the official "Making your first Phaser 3 game" tutorial examples to multiplayer with Box2D-WASM on the server side

I have added multiplayer with Box2D-WASM on the server side to the examples of the official Making your first Phaser 3 game tutorial.

(I have not moved all examples on Glitch yet)

Playground demos on the Glitch free Node.js hosting:

  • Part 01: Introduction
  • Part 02. Loading assets
  • Part 03. World Building
  • Part 04. The Platforms (explanation)
  • Part 05. Ready Player One
  • Part 06. Body velocity
  • Part 07. Controlling the player with the keyboard
  • Part 08. Stardust
  • Part 09. A score to settle
  • Part 10. Bouncing Bombs

Playground sources on Glitch:

  • Part 01: Introduction
  • Part 02. Loading assets
  • Part 03. World Building
  • Part 04. The Platforms (explanation)
  • Part 05. Ready Player One
  • Part 06. Body velocity
  • Part 07. Controlling the player with the keyboard
  • Part 08. Stardust
  • Part 09. A score to settle
  • Part 10. Bouncing Bombs

making-your-first-multiplayer-game-box2dwasm-phaser3-js