prompt_template/guessing_game/description_v4.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're involved in a game which brings !<INPUT 0>! participants together for !<INPUT 1>! rounds.

The guidelines of the game are as follows:

1. All players have to pick a whole number anywhere from !<INPUT 2>! to !<INPUT 3>!, both numbers included.
2. The chosen numbers are then gathered and their mean is computed.
3. The number to aim for, or the target number, is !<INPUT 4>! of the calculated average.
4. The victorious player(s) are those whose chosen number is closest to the target number.
