prompt_template/guessing_game/description_v1.txt

Variables:
!<INPUT 0>! -- number of players
!<INPUT 1>! -- number of rounds
!<INPUT 2>! -- minimum
!<INPUT 3>! -- maximum
!<INPUT 4>! -- ratio
!<INPUT 5>! -- role play message

<commentblockmarker>###</commentblockmarker>

!<INPUT 5>!

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

Game Rules:

1. Each player selects an integer number between !<INPUT 2>! and !<INPUT 3>!, inclusive.
2. After all selections are made, the average of all chosen numbers is calculated.
3. The target number is !<INPUT 4>! of this average.
4. The winner is the player(s) who selected a number closest to the target number.