BuildPlay / create_games /data /game_ideas.json
Kim Adams
adding handlers to openai responses
a2627f1
raw
history blame contribute delete
739 Bytes
[
{
"Name": "Lost Items Game",
"Description": "The Lost Items game is a chat-based game where the player tries to guess the lost item based on a series of yes/no questions. The player will be playing against BuildBot, who will be providing the answers based on a predefined list of items.",
"Type": "Chat",
"Rules": "1. The player will ask yes/no questions to guess the lost item.\n2. BuildBot will answer with 'Yes', 'No', or 'Unknown'.\n3. The player has a limited number of guesses to find the lost item.",
"Tips": "\"Is the item a common everyday object?\", \"Is the item larger than a breadbox?\"",
"InitialQuestion": "Ask a yes/no question to start guessing the lost item."
}
]