Quiz game created using HTML, CSS, and JavaScript. It allows users to test their knowledge by answering multiple-choice questions.
To play the quiz game, simply open the index.html file in any modern web browser. The game will load, and you can start answering the questions right away.
- Multiple-choice questions
- Timer of 20 seconds for each question
- Final score display with trophy
You can customize the quiz game by modifying the questions.js file. Inside this file, you'll find an array of question objects. Each question object contains the question text, options, and the correct answer.
Feel free to modify the existing questions or add new ones to create your own unique quiz game.
If you'd like to contribute to this project, you can fork the repository and make any desired changes. Feel free to submit a pull request with your improvements.
Enjoy playing the quiz game!