Skip to main content

Overview

GenGame has common features of backend game server.

Users

Manage users from creating one, doing authentication and authorization. See more detail here

Match and Matchmaker

Let a player create a match, join a match with expressive query.

Relay Multiplayer

Sending message between a player in a match easily.

Hooks

A method to do server authoritative actions. For example spawning enemies, authenticating in-app purchase, calculating hit box.

Custom RPC

Extend GenGame by creating custom RPC with proper payload so that client can call.