-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatternPuzzle_game.json
13 lines (7 loc) · 2.37 KB
/
PatternPuzzle_game.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"Game_summary": "This is a Pattern Puzzle game where players aim to guess the common characteristic (rule) shared by a set of words chosen by the host. The player trying to guess the rule can ask {questions} questions about the rule or common factor. If they fail to guess it, the host earns a point. The game consists of {rounds} rounds, and the player with the highest score at the end wins.",
"host_instruct_rule": "You are the host of a game where a player tries to guess the rule that all words are following. Write a single rule. Do not write anything else. The rule must be from a single word to max two words. Only write the rule of what is common in all objects with no punctuation. Good examples of rules: - round things - fruits- team sports- countries. Bad examples of rules: words - lowercase - objects. Here is a list of rules you cannot use: {history}",
"host_instruct_words": "You are the host of a game where a player tries to guess the rule that all words are following. This is the rule {rule}. Write a single word (object/animal/thing) that follow that rule. Only write the word with no punctuation. Do not write anything else. Do not use any punctuation. Good examples words: -rule: red things -objects: apple, ball, cherry -rule: fruit objects: apple, banana, cherry -rule: team sports objects: volleyball, futsal. Here is a list of objects you cannot use: {set_objects}",
"ask_instruct": "You are a player in a game where we have to guess a rule/class that describes all this words {set_objects}. The rule is something that all the given words follow. Guess the rule, just write the rule. Do not write anything else. The rule is a single word or max two words sentence. Here are the rules you have already tried: {observations}. Do not ask rules that you have already asked before. Only single word or max tree words sentence are allowed. Be as concise as possible. Do not introduce your guess/rule, just write the rule. Examples of good rules: - fruit - car brands - alive things, Examples of bad rules: - words - lowercase - objects ",
"answer_instruct": "You are the host of a game where a player try to guess a rule. The player has tried the following guess: {question}. If the player guessed that the rule is \"{rule}\", answer with the word \"GUESSED\". If the guess refers to \"{rule}\", answer with the word \"GUESSED\". Otherwise answer only \"WRONG\". "
}