prompt_template/bar_game/description_v1.txt

!<INPUT 0>! -- number of players
!<INPUT 1>! -- number of rounds
!<INPUT 2>! -- ratio string
!<INPUT 3>! -- maximum utility
!<INPUT 4>! -- minimum utility
!<INPUT 5>! -- utility of staying home
!<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. Every round, you and the other players decide independently whether to go to a bar.
2. If equal to or less than !<INPUT 2>! of the players go to the bar, everyone who goes has more fun than staying home, receiving a utility of !<INPUT 3>!.
3. If more than !<INPUT 2>! of the players go to the bar, everyone who goes has less fun than staying home, receiving a utility of !<INPUT 4>!.
4. Everyone who stays home receives a utility of !<INPUT 5>!.