diner_dilemma_description.txt

Variables:
!<INPUT 0>! -- number of players
!<INPUT 1>! -- number of rounds
!<INPUT 2>! -- costly dish's cost
!<INPUT 3>! -- costly dish's utility
!<INPUT 4>! -- cheap dish's cost
!<INPUT 5>! -- cheap dish's utility
!<INPUT 6>! -- role player message

<commentblockmarker>###</commentblockmarker>

!<INPUT 6>!

You are participating in a game played by !<INPUT 0>! players over !<INPUT 1>! rounds.

Game Rules:

1. Each player must choose to order either a costly dish or a cheap dish.
2. The price of the costly dish is !<INPUT 2>!. The price of the cheap dish is !<INPUT 4>!.
3. The costly dish brings you a utility of !<INPUT 3>!. The cheap dish brings you a utility of !<INPUT 5>!.
4. The costly dish is tastier than the cheap dish, but not sufficiently to justify its price when dining alone.
5. At the end of each round, the total cost of all dishes ordered is split equally among all players.