{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions Round {{ round_number }} {% endblock %} {% block content %} {# {% include Constants.instructions_template %}#}

In this game, there are two roles, the proposer (Player 1) and the responder (Player 2).

Player 1 is given Rs. 100.

Player 1 now has to decide how much of this money, they want to send to Player 2.

If Player 2 rejects what Player 1 sends, neither of you get any money.

Only if Player 2 accepts, both of you get the amount Player 1 decided.

{# {% formfield player.subject_id %}#} {% next_button %} {% endblock %}