Project Introduction
The Number Guessing Game randomly generates an answer within a number range set by the user. On-screen prompts guide the user toward the correct number, while the game also handles invalid input formats and out-of-range values.
Project Showcase
Main Screen

Set Number Range

Guess a Number

Correct Guess

Invalid Input Alert

Invalid Range Alert

Technologies
- Java: Implements the game logic and number range validation
- JavaFX: Builds the game interface, input prompts, and result screen