{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
これはマッチングペニーゲームです。 プレイヤー1がMismatcherでミスマッチすれば勝ちです。 プレイヤー2がmatcherでマッチすれば勝ちです。
最後に、支払われるラウンドはランダムに選ばれます。
| ラウンド | プレイヤーと結果 |
|---|---|
| {{ p.round_number }} | あなたは {{ p.role }} で {% if p.is_winner %} 勝った。 {% else %} 負けた。 {% endif %} |
このラウンドでは、あなたは {{ player.role }}です。
{% formfield player.penny_side label="I choose:" %} {% next_button %} {% endblock %}