Skip to content

chihab992/python_checkpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Guess the Number – Python Game

This project is a simple Python console game developed as part of a programming checkpoint.
The goal is to guess a randomly generated number between 1 and 100, with feedback given after each attempt.


πŸ“Œ Project Objective

The purpose of this activity is to practice essential Python concepts:

  • User input handling
  • Type conversion
  • Conditional statements
  • Loops
  • Random number generation
  • Basic game logic

πŸ•ΉοΈ Game Description

Guess the Number is a single-player game where:

  • The program generates a random number between 1 and 100
  • The player inputs guesses from the keyboard
  • The game responds with:
    • "Too high"
    • "Too low"
    • Or a success message when the guess is correct
  • The game continues until the number is guessed (or attempts run out)

πŸ“· Example Gameplay

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors