Project Demo

This is a quiz game inspired by the popular game show "Who Wants to Be a Millionaire?". The game consists of 15 questions of increasing difficulty, and players need to answer all of them correctly to win. The game interface includes dynamic prize tracking, visually highlighting the current question's prize.

Quiz Game Demo

Key Features

  • Dynamic Question Display: Questions and options are loaded dynamically from a JSON file
  • Interactive Answer Checking: Players receive instant feedback on their answers.
  • Prize Board: A vertical prize board displays the potential winnings for each question, highlighting the active prize level as the player progresses.
  • Restart Option: If the player loses, a "Start" button appears to restart the game from the beginning.

Technologies Used

  • HTML
  • JavaScript
  • CSS
  • JSON: Stores the questions, options, and correct answers, which are loaded dynamically during gameplay.

Reflection

This project provided a great opportunity to work with dynamic data loading through JSON and handling user interaction in a quiz format. Overall, this project was a fun way to blend front-end skills with interactive game mechanics.