group and turn numbers are hidden information

This commit is contained in:
2024-01-21 01:09:36 -06:00
parent 5fa8de142b
commit 9b6b645cfe
3 changed files with 1 additions and 7 deletions

View File

@@ -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.