{{ block title }} Game 1 {{ endblock }} {{ block content }}

You will now participate in Game 1. Game 1 involves 2 participants who we will call the RED participant and the BLUE participant. It will be conducted once and only once.

{{ if player.participant.game1 == 'standard' }}

The game begins with RED’s turn. RED has two choices shown by the red lines: END or CONTINUE. If RED chooses END, the game ends and the participants receive the payments shown on the screen: 40LD for RED and 10LD for BLUE.

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

The game begins with RED’s turn. RED has two choices shown by the red lines: END or CONTINUE. If RED chooses END, the game ends and the participants receive the payments shown on the screen: 800LD for RED and 800LD for BLUE.

{{ endif }} {{ if player.participant.game1 == 'linear' }}

The game begins with RED’s turn. RED has two choices shown by the red lines: END or CONTINUE. If RED chooses END, the game ends and the participants receive the payments shown on the screen: 600LD for RED and 300LD for BLUE.

{{ endif }}

If RED chooses instead to CONTINUE, then the turn passes to BLUE whose choices will be shown on the next screen.

(click 'Next' to advance to it)

{{ if player.participant.game1 == 'standard' }} {{ endif }} {{ if player.participant.game1 == 'constant' }} {{ endif }} {{ if player.participant.game1 == 'linear' }} {{ endif }}
{{ next_button }} {{ endblock }}