A JavaFX implementation of the Popular game- Hangman.
was done by Ben Avrahami as part of the Advanced Object Oriented Programming with Java (20554) at The Open University Of Israel.
This is a classic game of Hangman, implemented using JavaFX and featuring a graphical user interface (GUI) for a more immersive gameplay experience. Test your vocabulary and guess the secret word before the hangman is fully drawn!
These instructions will help you get the game up and running on your local machine for development and testing purposes.
To install the game, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Ben-Avrahami/Hangman-JavaFX.git
- Navigate to the project directory:
cd Hangman-JavaFX
To start the game, navigate to the src
directory and run the following commands:
javac Main.java
java Main
Use the GUI to play the game. Click the letters to guess them, or use the keyboard to type them in. The game will keep track of your progress and let you know how many incorrect guesses you have remaining.
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.