This repository contains a simple 2-player quiz game web application built using HTML, CSS, and JavaScript. The game presents a set of questions to two players, and the player with the higher score wins. In case of a tie, a tiebreaker round is triggered where the player to give the first correct answer wins.
- Play a quiz game against another player.
- Answer questions and accumulate points based on correct and incorrect answers.
- In case of a tie, the game enters the tiebreaker round.
- Dynamic question loading from an external API.
- HTML: Markup structure of the web pages.
- CSS: Styling and layout of the application.
- JavaScript: Logic for quiz questions, scoring, and tiebreaker functionality.
- Open Trivia Database API: Used to fetch quiz questions.