{{ 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 equals the income you received in the previous round plus a random shock, which could be positive or negative.
{{ if prev_player_cost != 20 }}- The exit cost is now constant at $20. (Whereas it was ${{prev_player_cost}} in the previous game.)
{{ else }}- The exit cost is constant at $20. (It was also ${{prev_player_cost}} in the previous game.)
{{ endif }}