group and turn numbers are hidden information
This commit is contained in:
@@ -7,10 +7,6 @@ type Game struct {
|
||||
Players [2]Player `json:"players"`
|
||||
// Round is the current round.
|
||||
Round uint `json:"round"`
|
||||
// Group is the current shell group.
|
||||
Group uint `json:"group"`
|
||||
// Turn is the current turn.
|
||||
Turn uint `json:"turn"`
|
||||
// Damage is the damage a live shell will deal this turn.
|
||||
Damage int8 `json:"damage"`
|
||||
// Shell gives whether the current shell is live if it is revealed.
|
||||
|
Reference in New Issue
Block a user