Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ZahariCheyrekov/Guessing-Game
- Owner: ZahariCheyrekov
- Created: 2022-01-31T17:36:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T17:54:18.000Z (over 2 years ago)
- Last Synced: 2024-07-29T17:54:47.909Z (3 months ago)
- Topics: development, game, java
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.