Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 364 Bytes

File metadata and controls

27 lines (22 loc) · 364 Bytes

Player ├── id ├── position ├── starting_position └── lives

Tile ├── position ├── trap ├── revealed └── trap_owner

Board ├── size └── tiles

Game ├── room_code ├── player_a ├── player_b ├── board ├── phase ├── current_turn ├── turn_started_at └── winner