🧙‍♂️
Colyseus & OP Arcade
  • Welcome, js13k Builders! 🙌
  • 🖼️Arcadian NFTs
    • What are Arcadians?
    • Arcadians Client SDK
    • Example Code
  • 🏆Arcadia Tournaments
    • Integrate games with Colyseus
    • Getting Started
    • Getting the Url Params
    • Colyseus Walkthrough
    • Multiplayer API
    • Unsecured Game API
    • Unity Walkthrough Introduction
    • Unity Project Integration
    • Godot Guide
    • Additional Resources
    • Work In progress pages
Powered by GitBook
On this page

Was this helpful?

  1. Arcadia Tournaments

Integrate games with Colyseus

PreviousExample CodeNextGetting Started

Last updated 3 years ago

Was this helpful?

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

The aim is to integrate games with 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, game server technology was selected as a mature, stable, documented, and open source platform.

🏆
Colyseus
Colyseus
OP Arcade
Leaderboard Example on OP Arcade
Unsecured game all handled in the front end of the application, easy to cheat.
Game Logic has been moved to the server