assn-files: Updated skeleton

This commit is contained in:
Nathan Woodburn 2023-03-15 11:37:29 +11:00
parent eb52216090
commit b6dccbd506
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -62,9 +62,20 @@ If one of:
* Size (x,y)
* Location (x,y)
* Point value (int)
* Tiles (List of Tiles)
## Stone Circle
* Location (x,y)
* Resources (List of Resources)
* 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)