Skip to content

Zelchs/TriviaGame

Repository files navigation

TriviaGame

Description

The TriviaGame is a simple trivia game built with Java. It allows users to answer random trivia questions and test their knowledge across various categories.

Features

  • Asks the user 10 random trivia questions sourced from the Open Trivia DB.
  • Each question displays the category, sub-category (if applicable), and the difficulty.
  • Indicates the selected answer and the correct answer if the user selected incorrectly.
  • Displays the current score at the bottom of the page.

Installation

  1. Clone this repository:
git clone https://github.com/Zelchs/TriviaGame.git
  1. Compile the Java source code:
javac *.java
  1. Run the app locally:
java Main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages