Deployed Link: www.thetriviaquiz.com
- This project uses OOP for deployment of The Trivia Quiz Game.
- The database consists of three dictionaries containing facts:value pairs - IPL_data, MOVIES_data, CS_data.
- The user is prompted for the Game Mode, according to which the database is seleceted.
- The game consists of 5 levels: Default, Easy, Medium, Hard, Pro.
- The number of questions are listed as follows:
- Default: 5
- Easy: 10
- Medium: 20
- Hard: 30
- Pro: 50
- With each correct answer, user score is incremented by 1
- While, wrong answer doesn't have any impact on the user's score.
- The quiz consists of binary answerws: True/ False.
Kindly suggest any changes for functionality improvements or code enhancement.