{{ block title }} Game 1 {{ endblock }} {{ block content }}
{{ if player.participant.game1 == 'standard' }}

BLUE faces similar choices, represented by the blue lines. BLUE can END or CONTINUE. If BLUE chooses END, the payments have now changed. Each turn, the piles are doubled and swapped with each other. So now RED would be receiving 20LD while BLUE would be receiving 80LD.

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

BLUE faces similar choices, represented by the blue lines. BLUE can END or CONTINUE. If BLUE chooses END, the payments have now changed. Each turn, 100LD is transferred from the larger pile to the smaller pile. Then, the two piles are swapped. So now RED would be receiving 700LD while BLUE would be receiving 900LD.

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

BLUE faces similar choices, represented by the blue lines. BLUE can END or CONTINUE. If BLUE chooses END, the payments have now changed. Each turn, 100LD is added to both piles and then the piles are swapped. So now RED would be receiving 400LD while BLUE would be receiving 700LD.

{{ endif }}

If BLUE instead chooses to CONTINUE, the turn passes back to RED.

(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 }}