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

https://github.com/colyseus/cocos-demo-mmo

Colyseus + Cocos: Basic MMO with a chat system, player persistence, and multiple flowing rooms
https://github.com/colyseus/cocos-demo-mmo

colyseus colyseus-sample

Last synced: 4 months ago
JSON representation

Colyseus + Cocos: Basic MMO with a chat system, player persistence, and multiple flowing rooms

Awesome Lists containing this project

README

          

# MMO Tech Demo

The purpose of this technical demo is to show one method of how to make a **basic** MMO. Including a chat system, player persistence, multiple flowing ColyseusRooms and networked interactable objects. It is important to note that this demo **does not** include sharding or any other methods of load balancing that one would need for a production scale MMO. This demo is designed to work with Colyseus version 0.14.0 and [Cocos version 3.2.0](cocos-dashboard://download/2d_3.2.0).

Please check our [documentation](https://docs.colyseus.io/demo/cocos/mmo/) for more information about utilizing this demo.

![overview](mmoOverview.PNG)