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

Use Pre-made prompts feature #87

Open
jacten opened this issue Dec 26, 2020 · 0 comments
Open

Use Pre-made prompts feature #87

jacten opened this issue Dec 26, 2020 · 0 comments
Labels
architecture planning and stuff client React client card db mongoDB card documentation Improvements or additions to documentation restAPI Server card used in rest api server Express server card

Comments

@jacten
Copy link
Contributor

jacten commented Dec 26, 2020

If players don't want to write prompts. They have the option to use pre-made prompts. Eventually, this could hook into the prompt API (if we decide this is worth doing). Or if no API could still have separate prompt "Packs" to choose from with various themes.

The goal for right now is to design and implement a pre-made prompts feature. How i imagine it would work.

v1: a boolean on createGame method called usePreMadePrompts.
v2: Perhaps create game without deciding and go to a second screen with three prompt packs to choose from. Those prompt packs can rotate with different prompts each day.

Server-side: random prompts are chosen from prompt pack and added to the game equal to number of players and turns.

After waiting room is ready, jumps directly into gameplay (no prompt writing duh). Rest should be about the same.

@jacten jacten added documentation Improvements or additions to documentation server Express server card client React client card db mongoDB card restAPI Server card used in rest api architecture planning and stuff labels Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture planning and stuff client React client card db mongoDB card documentation Improvements or additions to documentation restAPI Server card used in rest api server Express server card
Projects
None yet
Development

No branches or pull requests

1 participant