Any participant starts the game, and then it continues in the clockwise direction. When it's your turn, you roll all three dice three times in a row. After each throw, you fix your result:
For each die that has a value with a central point ("center of the flower"), you get points: one for one, two for three, four for five.
For every two, four and six you get no points.
If there are three even numbers, then the number of points scored by him in this round doubles. However, if he repeatedly throws three even numbers in this circle, then the points are not doubled. In addition, even threes are not included in the limit of throws.
Write down all the results in a notebook and add up the results of each player. The player who received the highest amount of points based on the results of four rounds is the winner.
—user summary