Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.49 KB

Trivia JavaFX

Trivia is a JavaFX application that allows users to play a trivia game by answering questions from a file. The game reads the questions and answers from the TriviaQuestions.txt file using the ReadFile class, and stores them in a list of Answers objects using the Answers class. The TriviaController class is responsible for handling user input and updating the game state, and the TriviaLogic class handles the logic of the game, including keeping track of the score and determining when the game is over.

was done by Ben Avrahami as part of the Advanced Object Oriented Programming with Java (20554) at The Open University Of Israel.

Demo

My Remote Image

Dependencies

This project requires the following dependencies:

  • JavaFX 11 or higher
  • FXML

Building and Running the Project

To build and run the project, follow these steps:

  1. Clone the repository to your local machine
  2. Use a Java compiler to compile the code
  3. Run the Trivia class to start the game

Known Issues

There are no known issues at this time.

🚀 About Me

● Software developer with knowledge in Java, C, Python.

● Experience developing projects using: Java, C, JavaFX, Git, GitHub etc.

● B.Sc. Computer Science Student at The Open University of Israel.