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

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

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```.