assn-files: Updated skeleton
This commit is contained in:
parent
eb52216090
commit
b6dccbd506
@ -62,9 +62,20 @@ If one of:
|
|||||||
* Size (x,y)
|
* Size (x,y)
|
||||||
* Location (x,y)
|
* Location (x,y)
|
||||||
* Point value (int)
|
* Point value (int)
|
||||||
|
* Tiles (List of Tiles)
|
||||||
|
|
||||||
## Stone Circle
|
## Stone Circle
|
||||||
* Location (x,y)
|
* Location (x,y)
|
||||||
* Resources (List of Resources)
|
* Resources (List of Resources)
|
||||||
* Statuettes (List of Statuettes)
|
* Statuettes (List of Statuettes)
|
||||||
* Claimed (bool)
|
* Claimed (bool)
|
||||||
|
|
||||||
|
## Player
|
||||||
|
* Name (string)
|
||||||
|
* Age (int)
|
||||||
|
* Score (int)
|
||||||
|
|
||||||
|
## Board
|
||||||
|
* Islands (List of Islands)
|
||||||
|
* Stone Circles (List of Stone Circles)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user