Overview
This JavaFX Hangman game picks a random word from a built-in word list, then lets the user guess letters. It displays the current word with underscores for unknown letters, tracks correct and incorrect guesses, and updates a graphical “hangman” drawing in a Label as wrong attempts increase.
- Random word selection via a
Wordlistclass - Client-side validation of letter input
- Dynamic update of displayed word and hangman drawing
- “Play Again” and “Exit” controls