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

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.

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.