colyseus / colyseus-examples

Examples for learning how Colyseus works
https://examples.colyseus.dev/
MIT License
177 stars 90 forks source link
colyseus hacktoberfest hacktoberfest2023 multiplayer networking websockets

Examples

On this repository you can find basic usage examples of how to use Colyseus along with the JavaScript client.

Live demo

How to run

git clone https://github.com/colyseus/colyseus-examples.git
cd colyseus-examples
npm install
npm start

Open http://localhost:2567 in your browser.

License

MIT