https://github.com/h0nt3d/guess_the_number_javafx
A game where you can guess a random number generated by the computer within a specified range
https://github.com/h0nt3d/guess_the_number_javafx
fun guess java javafx-gui mvc-architecture random simple-game simple-project
Last synced: 8 months ago
JSON representation
A game where you can guess a random number generated by the computer within a specified range
- Host: GitHub
- URL: https://github.com/h0nt3d/guess_the_number_javafx
- Owner: h0nt3d
- Created: 2024-12-17T12:53:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T23:14:23.000Z (10 months ago)
- Last Synced: 2024-12-29T01:17:49.389Z (9 months ago)
- Topics: fun, guess, java, javafx-gui, mvc-architecture, random, simple-game, simple-project
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess_The_Number_JavaFX
- The user gives a number to establish a range from 1 to that number and a random number between that range is generated.
- The user will then try to guess what the number is and will also be informed in they are above or below the number.
- At the end, the total number of guesses is displayed.
- **The Game makes use of the MVC Architecture**