{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

Instructions

これはマッチングペニーゲームです。 プレイヤー1がMismatcherでミスマッチすれば勝ちです。 プレイヤー2がmatcherでマッチすれば勝ちです。

最後に、支払われるラウンドはランダムに選ばれます。

履歴

{% for p in player_in_previous_rounds %} {% endfor %}
ラウンド プレイヤーと結果
{{ p.round_number }} あなたは {{ p.role }} で {% if p.is_winner %} 勝った。 {% else %} 負けた。 {% endif %}

このラウンドでは、あなたは {{ player.role }}です。

{% formfield player.penny_side label="I choose:" %} {% next_button %} {% endblock %}