Skip to content

NathanRomasanta/Python-Higher-Lower-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python Higher Or Lower Game

Table of Contents

General info

A simple Python Higher or Lower game from Dr. Angela Yu's 100 Days of Python.

Screenshot 2023-12-21 152435

Features

The project starts with the system getting two random data values from the dictionary which are used to compare to each other(checking also if the random values are the same). The system will now print out these data values as readable text for the player and then ask the player which one of the variables has a higher Instagram follower count. If the player gets it right, the system continues by adding one point for the user and generating another set of values for the next round. if the user is wrong, the game ends and the user gets a display of how many points they scored.

Some key features.

  • Uses a dictionary from another file as the database of the game.
  • random a & b variables and variable checker.

Setup

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

Please take note that you need to download both files for the file to run.

About

A simple Python Higher or Lower game from Dr. Angela Yu's 100 Days of Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages