A Trivia game using JavaScript for the logic and jQuery to manipulate HTML.
How to Play:
- A trivia game that shows only one question until the player answers it or their time runs out.
- If the player selects the correct answer, the screen will show congratulating them for choosing the right option. After a few seconds, the next question will display.
- The scenario is similar for wrong answers and time-outs.
- At the end of the game the player will see number of correct answers, incorrect answers, and an option to restart the game.