{{ block title }} Intergenerational game {{ endblock }} {{ block content }}
In this game, participants will make a chain of donations.
The first player to join gets an endowment of {{ Constants.max_amount }}
The player can choose to pass along some of this amount to the next player. Any amount passed along is multiplied by {{ Constants.multiplier }}. You must give at least {{ Constants.min_amount }} to the next player.
Once you press next, you will go into the queue. When you reach the front of the queue, you will have {{ Constants.timeout_seconds }} seconds to make a decision.
Note: this game just uses money & donations as an example. You can easily change the value sent to something other than money, like editing a message (i.e. "broken telephone" game), etc.
{{ next_button }} {{ endblock }}