diff options
Diffstat (limited to 'internal/game/hacking')
| -rw-r--r-- | internal/game/hacking/liars_dice.go | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/internal/game/hacking/liars_dice.go b/internal/game/hacking/liars_dice.go index bcfbd40..1dd27b6 100644 --- a/internal/game/hacking/liars_dice.go +++ b/internal/game/hacking/liars_dice.go @@ -8,16 +8,16 @@ import ( ) type LiarsDiceGame struct { - playerDice []int - aiDice []int - currentBid LiarsBid - hasBid bool - playerTurn bool - round int - gameOver bool - won bool - playerLost int - completed bool + playerDice []int + aiDice []int + currentBid LiarsBid + hasBid bool + playerTurn bool + round int + gameOver bool + won bool + playerLost int + completed bool } type LiarsBid struct { |
