An open API service indexing awesome lists of open source software.

https://github.com/colyseus/tutorial-babylonjs-client

Client-side code for Tutorial: Real-time Multiplayer with BabylonJS and Colyseus
https://github.com/colyseus/tutorial-babylonjs-client

babylonjs colyseus multiplayer tutorial

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# (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.

- [See step-by-step Tutorial](https://doc.babylonjs.com/guidedLearning/multiplayer/Colyseus)
- [See server-side Project](https://github.com/colyseus/tutorial-babylonjs-server)
- [See Colyseus documentation](https://docs.colyseus.io/)

## How to run

- Download and install [Node.js LTS](https://nodejs.org/en/download/)
- Clone or download this repository.
- Run `npm install`
- Run `npm start`

The client should be accessible at [`http://localhost:8080`](http://localhost:8080).

## License

MIT