Integrate games with Colyseus

In this documentation we will see how to integrate games in a secure way using the Colyseus open source server.

The aim is to integrate games with OP Arcade and make them tournament ready.

OP Arcade uses Colyseus in tournament mode to prevent the player from cheating and getting a higher score in the leaderboard

At present, Leaderboards are populated and shown for Tournament-enabled games.

To prevent player cheating, we must ensure that critical gameplay and score submission and computation is done on a remote server and not on player devices.

To this end, Colyseus game server technology was selected as a mature, stable, documented, and open source platform.

Last updated