An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Guess_The_Number_JavaFX
![alt text](https://github.com/1y4nu/Guess_The_Number_JavaFX/blob/main/images/window.gif)

- 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**