Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 827 Bytes

File metadata and controls

39 lines (26 loc) · 827 Bytes

Java Quiz Game

A simple console-based quiz application with timed questions and score tracking.

Features

  • Multiple choice questions
  • Timed responses
  • Score tracking
  • Input validation
  • Percentage-based results

Getting Started

Prerequisites

  • Java JDK 8 or higher (Recommend JDK 17)

Installation

https://github.com/yourusername/java-quiz-game.git](https://github.com/pamaljayasinghe/Java-Quiz-Game.git
cd java-quiz-game
javac Main.java
java Main

Usage

Answer questions by entering the number corresponding to your choice within the time limit.

Project Structure

  • Question.java: Question data model
  • Quiz.java: Core quiz logic and game flow
  • Main.java: Entry point and sample questions

License

Distributed under the MIT License. See LICENSE for more information..