Skip to content

NathanRomasanta/Python-Guess-the-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

About

A simple Python number Guessing Game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages