{{ block title }} GAME {{ participant.game }} of 12 {{ endblock }} {{ block content }}

You start with a hypothetical income of $30.

In the next round (Round1) and any subsequent rounds(Round 2, 3, etc.),

   - Your income can either increase by $24 with a probability of 1/8,

   - Or decrease by $8 with a probability of 7/8.

{{ if prev_player_cost != 40 }}

    - The exit cost is now constant at $40. (Whereas it was ${{prev_player_cost}} in the previous game.)

{{ else }}

    - The exit cost is constant at $40. (It was also ${{prev_player_cost}} in the previous game.)

{{ endif }}
{{ next_button }} {{ endblock }}