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.
- 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.
- Clone this repository:
git clone https://github.com/Zelchs/TriviaGame.git
- Compile the Java source code:
javac *.java
- Run the app locally:
java Main