Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ZahariCheyrekov/Guessing-Game

The whole idea of the game is to guess a number which is in the range of [1...100]. It's a little tricky, because you have only 10 tries.
https://github.com/ZahariCheyrekov/Guessing-Game

development game java

Last synced: 14 days ago
JSON representation

The whole idea of the game is to guess a number which is in the range of [1...100]. It's a little tricky, because you have only 10 tries.

Awesome Lists containing this project

README

        

# Guessing-Game

This is one really simple guessing game. The whole idea of the game is to guess a number which is in the range of [1...100]. It's a little tricky, because you have only 10 tries.
Coppy the source code of the game and try your best to guess the random given number.