Skip to content

Commit 2e9077e

Browse files
committed
edited readme file
1 parent b208769 commit 2e9077e

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

README.md

+27-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
11

2-
# Hangman JavaFX
3-
4-
A JavaFX implementation of A Trivia Game.
2+
<h1>Trivia JavaFX</h1>
53

4+
<p>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 <code>TriviaQuestions.txt</code> file using the <code>ReadFile</code> class, and stores them in a list of <code>Answers</code> objects using the <code>Answers</code> class. The <code>TriviaController</code> class is responsible for handling user input and updating the game state, and the <code>TriviaLogic</code> class handles the logic of the game, including keeping track of the score and determining when the game is over.</p>
65
was done by Ben Avrahami as part of the Advanced Object Oriented Programming with Java (20554) at The Open University Of Israel.
76

8-
9-
107
## Demo
118

129
![My Remote Image](https://i.ibb.co/xzzWvh2/trivia.png)
1310

1411

12+
<h2>Dependencies</h2>
13+
14+
<p>This project requires the following dependencies:</p>
15+
16+
<ul>
17+
<li>JavaFX 11 or higher</li>
18+
<li>FXML</li>
19+
</ul>
20+
21+
<h2>Building and Running the Project</h2>
22+
23+
<p>To build and run the project, follow these steps:</p>
24+
25+
<ol>
26+
<li>Clone the repository to your local machine</li>
27+
<li>Use a Java compiler to compile the code</li>
28+
<li>Run the <code>Trivia</code> class to start the game</li>
29+
</ol>
30+
31+
<h2>Known Issues</h2>
32+
33+
<p>There are no known issues at this time.</p>
34+
35+
1536
## 🚀 About Me
1637
● Software developer with knowledge in Java, C, Python.
1738

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

20-
● B.Sc. Computer Science Student at The Open University of Israel.
21-
22-
41+
● B.Sc. Computer Science Student at The Open University of Israel.

0 commit comments

Comments
 (0)