Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Number-Guessing-game

This project is a fun Python program where you think of a number, and the computer tries to guess it using your hints. You simply tell the computer whether its guess is higher, lower, or correct, and it uses a smart binary-search technique to quickly find your number. Even if you choose a number between 1 and 10,000, the computer can guess it in just a few attempts.

This game is simple, interactive, and beginner-friendly, making it a great project for learning Python logic, loops, and input handling. It runs directly in the console with clear instructions, making it easy for anyone to play.

About

A fun Python game where you think of a number from 1–10,000 and the computer guesses it using your hints. It uses smart logic to narrow down the answer quickly, making it fast, simple, and enjoyable.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages