X-Git-Url: http://git.treefish.org/~alex/shutbox.git/blobdiff_plain/57ac0b5317c254ec40b7718bbbb06fa7165663d2..70778cce9483af1908b216ca4cd54c791490d948:/src/game.py diff --git a/src/game.py b/src/game.py index 04a32e2..50d83c0 100644 --- a/src/game.py +++ b/src/game.py @@ -17,6 +17,9 @@ class Game: if self._can_be_shut(rods): self._options.append(rods) + def get_dice(self): + return self._diced + def shut(self, rods): if self._is_valid_option(rods): for rod in rods: