{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
This is a matching pennies game. Player 1 is the 'Mismatcher' and wins if the choices mismatch; Player 2 is the 'Matcher' and wins if they match.
At the end, a random round will be chosen for payment.
| Round | Player and outcome |
|---|---|
| {{ p.round_number }} | You were the {% if p.is_matcher %}Matcher{% else %}Mismatcher{% endif %} and {% if p.is_winner %} won {% else %} lost {% endif %} |
In this round, you are the {% if player.is_matcher %} Matcher {% else %} Mismatcher {% endif %}.
{% formfields %} {% next_button %} {% endblock %}