Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Guess-number-python

Simple Python number guessing game (1–100) using random and user input.

Number Guessing Game (Python)

A simple console-based Python game that picks a random number between 1 and 100 and asks you to guess it. After each guess, you’ll get feedback: more than or less than, until you find the correct number.

Features

  • Random number generation (1–100)
  • Continuous guessing with hints (higher/lower)
  • Beginner-friendly CLI project

Requirements

  • Python

Run

  1. Clone/download the repo
  2. Run the file:
python main.py

About

Simple Python number guessing game (1–100) using random and user input.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages