{{ block title }}
In the beginning of each round you will be asked to think of a number between 1 to 6.
Once you have a number, keep it in your mind, and then you will roll a virtual die by clicking a button.
Your task is to predict which number is going to be generated by the virtual die roll.
After clicking on the "roll the die" button, the virtual die will roll for 0.5 second and then stop on
a random number between 1 to 6. Notice: the die roll algorithm of the virtual die is completely random and
independent from previous rolls (like regular dice). That is, the chances to get each outcome is 1/6 every
time you roll the die. Immediately afterwards, that number will appear on the screen and you will be asked
to determine whether this is the number you predicted or not.
If your prediction was correct click on the {{yes_side}} button that will indicate:
"Yes ({{player.high_points}} pennies)", if your prediction was wrong click on the {{no_side}} button that
will indicate: "No ({{player.low_points}} pennies)". The numbers shown on each button are the bonus payment
(in pennies) you may earn.
After you report "Yes" or "No", a summary of your report will be shown. In addition, the number of pennies
you might recieve will appear on the selected button. On the other button, you will see how many points you would have
gotten had you selected it. This feedback will be presented for 1 second, then it will automatically
disappear and you will be moved to the next round.