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

Add a quiz game mode #283

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

drwm-base
Copy link

These are the features I have completed, based on your requirements:

  • A button or link from the homepage to the page where the game is.
  • A button or link back to the homepage from the page where the game is.
  • The user should be guessing the song name. (book title instead)
  • On game start, randomly sort the cards and display them to the user. Up to you if you will display one at at time or all at once. The user should type their guess into an input box. Up to you if it will check their guess after they click away from the input or they have to press a submit button.
  • At the end of the game, show the user their score.
  • Optional: Allow the user to tweet what their score is.
  • Optional: the user would be able to choose the number of cards they will guess (ie 10 30, 50, etc)
  • Optional: the user would be able to narrow down what cards will show by decade, genre, author, etc.

The only optional task that you asked for that I didn't produce was the filter. I suspect there are others working on these features as I have seen and integrating them into the quiz should be simple.

Closes #32

@auto-comment
Copy link

auto-comment bot commented Oct 9, 2019

Thank you for opening this pull request, your code will be reviewed soon!
Reminder, please follow the contribution guidelines outlined in the README. This Pull Request should be for an Issue that you have been assigned.
If any updates need to be made, we will leave a comment for you here outlining exactly what you need to change for your pull request to be accepted. 💖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a quiz game mode
1 participant