Skip to content

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.

Notifications You must be signed in to change notification settings

DiscoverProgramming/quiz-game-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Java Quiz Game

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.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/DiscoverProgramming/quiz-game-java
    cd quiz-game-java
  2. Ensure you have Java installed. This project was tested with Java 22.0.2.

Usage

Setup

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages