How the game will be connected to the blockchain?

There are basically 2 categories of blockchain games:

  • On-chain ones (all logic is in smart contracts);

  • Off-chain ones (there’s an authoritative cheat-free game server plus a set of blockchain-related backend services & smart contracts; game server and blockchain services communicate, for example, via a persistent queue like RabbitMQ).

For both categories, there’s usually a game client (unity or WebGL, in the case of browser game) plus a web-frontend (for example, React)

Reptile Chronicles will be Off-chain to allow real-time multiplayer without gas fees

Last updated