Number Guessing Game Using Java GUI
By Pradum Kumar
Number guessing game is a Java GUI Based application that allows the user to guess a computer-generated number.
Number guessing game build using java and javafx.
Software Requirement:
IDE:Intellij Idea
Database: PostgreSQL
Backend : Java
GUI: JavaFx
Features:
1. The random number is between 1 and 100.
2. The entered number is matched then shows 'You guessed the number'.
3. The entered number is greter then shows 'Your guess is too high'.
4. The entered number is less then shows 'Your guess is too low'.
5. You have 5 attempt to guess the number.
6. 1 Attempt = 2 marks
7. Limiting the number of attempts.
Adding more rounds.
Displaying score.
8. You can restart the game after using 5 attempts
Screenshot:
We can filled any number between 1 to 100 then click GUESS button.
Comments