Skip to content

sakshi-0009/Number-Guessing-Game-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Number-Guessing-Game-with-Python:

Project : Number Guessing Game with Python

A number guessing game aims to guess the number that the program has come up with. Essentially the program logic is:

  1. The program randomly selects a number between 1 and 100 or any other combination of numbers.
  2. It will then ask the player to enter his proposal.
  3. It will then check if this number is the same as the one generated randomly by the computer; if so, the player wins.
  4. If the player’s guess is not the same, then he will check if the number is higher or lower than the guess and tell the player.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages