Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 950 Bytes

File metadata and controls

21 lines (15 loc) · 950 Bytes

Python Guess the Number

Table of Contents

General info

A simple Python number guessing game from Dr. Angela Yu's 100 Days of Python.

Guess the Number

Features

The project starts with a random number between 1 and 100 deciding the number to be guessed within that round. The program now then asks the users for the difficulty and proceeds to take that difficulty setting to determine the number of lives for the player. After setting up the necessary values the program loops until the player guesses the mystery number or if they run out of lives.

Some key features.

  • Difficulty Option
  • Lives Counter (5 for Hard, 10 for easy)

Setup

If you want to play this project for yourself simply download the Python file and open it in your IDE.