{{ block title }} Game 3 {{ endblock }} {{ block content }}
{{ if player.participant.game3 == 'linear' }}

A key difference with Game 3 is that the combined payment to RED and BLUE is increasing, but in a linear fashion, meaning it is increased by the same amount each turn . The game flow and the payments for different combinations of choices are shown in the figure to the right. Understanding the new payments is crucial. So please take a minute to look over the following figure.

{{ endif }} {{ if player.participant.game3 == 'standard' }}

A key difference with Game 3 is that the combined payment to RED and BLUE is increasing, but in an exponential fashion, meaning it is doubled each turn. The game flow and the payments for different combinations of choices are shown in the figure to the right. Understanding the new payments is crucial. So please take a minute to look over the following figure.

{{ endif }} {{ if player.participant.game3 == 'constant' }}

A key difference with Game 3 is that the combined payment to RED and BLUE is constant throughout, the game, meaning it stays the same. The game flow and the payments for different combinations of choices are shown in the figure to the right. Understanding the new payments is crucial. So please take a minute to look over the following figure.

{{ endif }}
{{ if player.participant.game3 == 'standard' }} {{ endif }} {{ if player.participant.game3 == 'constant' }} {{ endif }} {{ if player.participant.game3 == 'linear' }} {{ endif }}


(Button will enable once you have had time to review the figure.)

{{ endblock }}