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

Instructions

これはマッチングペニーゲームです. Player 1 は 'Mismatcher' で mismatch すれば勝ちです. Player 2 は 'Matcher' で match すれば勝ちです.

最後に, 一つのラウンドがランダムに選ばれて支払いが行われます.

Round history

{% 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 %}