-
Notifications
You must be signed in to change notification settings - Fork 0
Components of a General Game Server
Adit Jain edited this page Jun 1, 2020
·
1 revision
-
-
- Username, Password Hash
- Games they have played
- Some rating/ranking maybe
- Current Game
-
- Game ID
- Players Involved
- Game type
- Move History in the appropriate format
-
-
- This can be the existing boardgame.io's
Lobby
object.
- This can be the existing boardgame.io's
-
Game Definition - boardgame.io's
Game
Object- Setup
- Moves, Turns and Phases
- Gameplay
-
Board Definition - boardgame.io's
Board
Object- How the board looks - UI
- How the user interacts - UX
- Ideally, there should be an option for turning on
anonymous play
for each game. - Old games can be used to create new/interesting games