Skip to content

Instantly share code, notes, and snippets.

@Ransom527
Last active February 11, 2017 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ransom527/5ca359231b61820871c39abc20938217 to your computer and use it in GitHub Desktop.
Save Ransom527/5ca359231b61820871c39abc20938217 to your computer and use it in GitHub Desktop.
Node U3L2-3
This app will be an Interactive Node.js Gaming Quiz, that holds the answers in the server side; and checks submissions to return a true or false response.
The user will choose which console to take the quiz for, take the quiz, then see a score at the end; and in a quiz home dashboard.
1) User first sees a prompt for their email address.
2) After entering email, user sees a list of quizzes with their corresponding high score.
3) User selects a quiz from the list, begins quiz.
4) After quiz, game over screen appears and user clicks a 'start new game' button to return to the quiz list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment