{{ extends 'global/Page.html' }} {{ block title }}Flag Game: Your Choice{{ endblock }} {{ block content }} {{ if group.round_number == 1 }}
You are the first mover. There are {{C.FLAGS}} flags in total. You must take at least one flag each round and at most three flags. However, you can not take more flags than the remaining flags. The first to move the last flag has won.
{{ endif }}{{ if group.round_number > 1 }}
Participant B took {{lastroundplayer2flags}} flags last round. Now there are {{flagsleft1}} flags left.
{{ endif }}