https://github.com/3y3l3ss0ur0b0r0s/numberguess
Number Guess is a basic number guessing game that runs in the terminal window.
https://github.com/3y3l3ss0ur0b0r0s/numberguess
game guess-the-number guessing-game python random random-number-generators terminal terminal-game
Last synced: 3 months ago
JSON representation
Number Guess is a basic number guessing game that runs in the terminal window.
- Host: GitHub
- URL: https://github.com/3y3l3ss0ur0b0r0s/numberguess
- Owner: 3y3l3ss0ur0b0r0s
- Created: 2022-03-20T02:58:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T00:49:26.000Z (over 2 years ago)
- Last Synced: 2025-01-23T03:33:29.856Z (5 months ago)
- Topics: game, guess-the-number, guessing-game, python, random, random-number-generators, terminal, terminal-game
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# numberguess
Number Guess is a basic number guessing game that runs in the terminal window.QR Code Tool was written in Python by 3y3l3ss0ur0b0r0s on 03/18/2022.
It allows the user to do the following:
1. Choose the amount of random numbers to generate.
2. Choose a number to guess.
3. Find out whether the number is in the list of random numbers by using binary search.