-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jay Polo edited this page Mar 6, 2024
·
6 revisions
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
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
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