https://github.com/orangomango/guesstheinteger
Guess the integer with the lower number of attemps as you can
https://github.com/orangomango/guesstheinteger
guessing-game java
Last synced: 17 days ago
JSON representation
Guess the integer with the lower number of attemps as you can
- Host: GitHub
- URL: https://github.com/orangomango/guesstheinteger
- Owner: OrangoMango
- Created: 2020-09-08T18:06:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T15:07:30.000Z (over 5 years ago)
- Last Synced: 2025-02-26T15:38:02.347Z (over 1 year ago)
- Topics: guessing-game, java
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GuessTheInteger
## com.orangomango.guessnumber
Guess an integer between **0** and **100** with the lower number of attemps as you can
# How to run
* From the ```classes``` directory run the java main class using the command: ```java com.orangomango.guessnumber.GuessNumber``` **or**
* Using the ```.jar``` file with the command: ```java -jar output/GuessNumber.jar```.