In this game, the player is given one question with four answers where only one answer is correct. If the player doesn't know the answer can ask for help (3x/match). If the player give more than 2 wrong answers loses the match. For each correct answer the player's score increases. At the end of the match, the player gets score & stars corresponding to his performance.
git
nodejs >= 12
yarn
git clone https://github.com/edilson258/QuizGame.git
cd QuizGame
yarn
yarn start
- Allow multiple topics
- Add a route to allow player to choose a topic
- Save the progress of the player
- Show the statistics of the player