Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(functions): 💬 Fix small errors, Add prompts and categories #152

Draft
wants to merge 15 commits into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions functions/src/prompts/animals.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
"What is your favorite animal?",
"What is your least favorite animal?",
"What is the cutest animal?",
"What is the most ferocious animal?",
"What is one animal you are scared of?",
"What is an animal that you think is very beautiful?",
Comment on lines +4 to +7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some people might say "nothing" to these

"If you could turn into an animal, what animal would you choose?",
"What animal would you hang a picture of on your wall?",
"What's an animal that shouldn't be a pet but is?",
"What is one animal you wish to have as a pet?",
"If you could have any animal as a pet what would that animal be?",
"What is the most overrated animal?",
"What is the most underrated animal?",
Expand Down
12 changes: 12 additions & 0 deletions functions/src/prompts/food.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
"What is the most underrated food?",
"What is a food that you have never tried but would like to?",
"What is a food that you have tried but would never eat again?",
"What is one pink food?",
"What is one food that grows on a tree?",
"What is one food that grows on a bush?",
"What is one food that is too large to fit inside your shoe?",
"What is one food that is larger than your head?",
Comment on lines +9 to +13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like some of these questions are pretty factual but opinion questions may be better suited to this game

"What is one food that you would serve at a party?",
"What is one food that is hard to eat?",
"What is one food that is loud to eat?",
"What is a food could you eat every day without ever getting tired of it?",
"What is a food that you think is really pretty?",
"What is a food that you wish you you could grow?",
"What is a food that you wish would never go bad?",
"If you could make a single food appear by wishing for it, what would that food be?",
"If you could only eat one food for the rest of your life, what would it be?"
]
7 changes: 5 additions & 2 deletions functions/src/prompts/people.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[
"If you could have dinner with anyone in the world (dead or alive), who would it be?",
"If you could switch places with anyone in the world for a day, who would it be?",
"If you could have dinner with anyone (dead or alive), who would it be?",
"If you could switch locations with anyone in the world for a day, who would it be?",
"Who is your favorite actor/actress?",
"If you could read someone's mind, who would you choose?",
"If you had to run a race right right now, what person would you choose to run a race against?",
"For the rest of your life, every time you eat something, you must share it with someone. Who would you share it with?",
"If you had to pick someone, who would be your role model?",
"Name someone you could beat in a fist fight.",
"Name someone you could trust to be your bodyguard.",
Expand Down