Skip to content

tal123ph/number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Number Guessing Game

A simple Python number guessing game to practice using conditional statements, loops, and user input.


Description

In this game:

  • The computer randomly selects a number within a specified range.
  • The player tries to guess the number.
  • The game provides hints whether the guess is too low or too high until the correct number is guessed.
  • Tracks the number of attempts taken to guess correctly.

This project is beginner-friendly and helps strengthen your Python basics and logical thinking.


About

A simple Python number guessing game for beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages