Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 509 Bytes

File metadata and controls

10 lines (8 loc) · 509 Bytes

Higher or Lower (Python CLI)

A command-line “Higher or Lower” game built with Python. The player is shown two public figures/brands and must guess which one has more social media followers. The game tracks your score and ends when you guess incorrectly.

Features

  • Randomly selects two different entries from a dataset
  • Compares follower counts and validates the user's guess
  • Score tracking across consecutive correct guesses
  • Simple replay option after game over
  • ASCII art UI using art.py