Number Guessing Game

Beginner Games Python Low effort

A fun command-line game where the computer picks a random number and the user tries to guess it. Great for learning loops, conditionals, and user input handling.

Download Starter Code

Features

  • Generate random number between 1 and 100
  • Give hints: too high or too low
  • Count number of attempts
  • Show final score at the end

Project Roadmap

Follow these steps in order. Each one builds on the previous.

0% completed

Learning Resources

starter_code
Download file
Loading...
Copied to clipboard!