Skip to content

A Python based game where players guess which of two celebrities has more followers, aiming to build the longest streak of correct answers.

Notifications You must be signed in to change notification settings

suryanshchauhan/HigherLowerGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Higher or Lower Game - Python

Game Structure

The game consists of the following components:

  • `main.py`: The main script that runs the game.
  • `art.py`: Contains the ASCII art for the game, such as the logo and the "vs" symbol.
  • `game_data.py`: Contains the data used for the game, including the names, descriptions, countries, and follower counts of various celebrities and popular accounts.

How to Play

  1. The game will present two options, labeled "A" and "B", along with their descriptions and countries of origin.
  2. The player has to guess which option has more followers by typing "A" or "B" and pressing Enter.
  3. If the player's guess is correct, their score will increase by 1 and they will move on to the next comparison. The winning choice will be compared against a new random choice.
  4. If the player's guess is incorrect, the game will end and display their final score.

Contributing

If you want to contribute to this project, please feel free to submit a pull request. We appreciate any help, whether it's fixing bugs, adding new features, or updating documentation.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A Python based game where players guess which of two celebrities has more followers, aiming to build the longest streak of correct answers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages