Skip to content
Jay Polo edited this page Mar 6, 2024 · 6 revisions

Welcome to the Conq wiki!

Relay Service

Provides a central landing point for players to find and join a game

  • A hub for game participation
  • Initialize new game instances
  • Game status and administration

Game Server

Instantiation of a game, providing a single point of truth and managing all game actions

  • Game data model - World, Countries, Cards, Players, Armies
  • Player sequencing and turn processing
  • Game play - troop placement, attacking/defending, troop movement, card usage
  • Log game history

Game Client

Identification and joining of games, visualization and play

  • Connect to Relay Service / Join a game
  • Refresh game state
  • UI presentation layer
  • Update changes
  • Game play actions
Clone this wiki locally