This project is an interactive quiz game developed using Java. It allows users to answer multiple-choice questions, progress through levels, and receive a score based on their performance.
- Multiple-choice quiz questions
- User input handling
- Score tracking system
- Level-based progression 📊
- Timer for each question ⏱️
- Clear feedback for answers
- Structured game flow
- Java
- Make sure Java (JDK) is installed
- Download or clone this repository
- Open the project folder in terminal
- Compile the program:
javac main.java