tutorial-babylonjs-client icon indicating copy to clipboard operation
tutorial-babylonjs-client copied to clipboard

Client-side code for Tutorial: Real-time Multiplayer with BabylonJS and Colyseus

(Client-side) BabylonJS: Real-time Multiplayer with Colyseus

This is the client code for a step-by-step tutorial on how to use BabylonJS + Colyseus together.

How to run

  • Download and install Node.js LTS
  • Clone or download this repository.
  • Run npm install
  • Run npm start

The client should be accessible at http://localhost:8080.

License

MIT