A simple Java-based quiz game that allows users to create and practice quizzes. The game reads questions from a CSV file and provides a command-line interface for users to answer the questions.
-
Clone the repository:
git clone https://github.com/DiscoverProgramming/quiz-game-java cd quiz-game-java
-
Ensure you have Java installed. This project was tested with
Java 22.0.2
.
To set up the quiz, navigate to the quiz-game-java
directory and run the following command:
java src/Setup.java
To play the quiz, navigate to the quiz-game-java
directory and run the following command:
java src/Play.java