Skip to content

CLI-based Number Guessing Game built with Python to practice problem solving, control flow, and structured program design.

License

Notifications You must be signed in to change notification settings

KEVINDOCM/Number-Guess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess Number Game

A simple number guessing game where players try to guess a randomly generated number within a specified range.

Features

  • Random number generation
  • User input validation
  • Feedback on guesses (too high/too low)
  • Attempt counter
  • Play again option

Installation

git clone https://github.com/KEVINDOCM/Number-Guess-game.git
cd Number-Guess-game

Usage

Run the game with:

python guess_game.py

Follow the on-screen prompts to guess the number.

Requirements

  • Python 3.6+

Project

https://roadmap.sh/projects/number-guessing-game

License

MIT License

About

CLI-based Number Guessing Game built with Python to practice problem solving, control flow, and structured program design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages