zombie_dice.go should only have logic that is directly related to the game state (e.g. start game, take turn, end turn, end round, end game, etc.)
Playing game from the terminal should invoke those methods, but the logic should be somewhere else. I think we can just put it into play_zombie_dice.go
zombie_dice.go should only have logic that is directly related to the game state (e.g. start game, take turn, end turn, end round, end game, etc.)
Playing game from the terminal should invoke those methods, but the logic should be somewhere else. I think we can just put it into play_zombie_dice.go