{{ block title }} Strategy Instructions {{ endblock }} {{ block content }}

{{if strat == "AD"}} Choose Y in every round.

{{elif strat == "GT"}} Choose X in round 1. After round 1: choose X if the computer chose X in every one of the previous rounds; choose Y if the computer chose Y in one or more of the previous rounds.

{{elif strat == "TfT" }} Choose X in round 1. After round 1: choose X if the computer chose X in the previous round. Choose Y if the computer chose Y in the previous round.

{{elif strat == "TTfT" }} Choose X in rounds 1 and 2. After round 2: choose X if the computer chose X in either of the previous two rounds; choose Y if the computer chose Y in both of the previous two rounds.

{{elif strat == "Tf3T" }} Choose X until the other has chosen Y three times in any of the previous rounds, after which choose Y. Keep choosing Y until the other has chosen X. Then, start over.

{{elif strat == "DTf3T" }} Choose Y in the first period. Then, choose X until the other has chosen Y three times in any of the previous rounds, after which choose Y. Then, start over after the other plays X once.

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