package
0.0.0-20241125083417-0b09d6ac830b
Repository: https://github.com/yydaily/project-euler-solution.git
Documentation: pkg.go.dev

# README

The Chase

The Chase is a game played with two dice and an even number of players.

The players sit around a table and the game begins with two opposite players having one die each. On each turn, the two players with a die roll it.

If the player rolls $1$, then the die passes to the neighbour on the left. If the player rolls $6$, then the die passes to the neighbour on the right. Otherwise, the player keeps the die for the next turn.

The game ends when one player has both dice after they have been rolled and passed; that player has then lost.

In a game with $100$ players, what is the expected number of turns the game lasts?

Give your answer rounded to ten significant digits.