Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 707 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 707 Bytes

Higher or Lower Game

Description

This is a Python game where players compare the number of followers between two randomly selected accounts. The goal is to guess which account has more followers. The game continues until the player makes an incorrect guess, and the final score reflects the number of correct answers.

Features

  • Interactive Gameplay: Compare follower counts between two randomly selected accounts.
  • Score Tracking: Keep track of the player’s score throughout the game.
  • Console Interface: Provides a text-based interface for user interaction.

Requirements

  • Python 3.x
  • art module (for game logo and visual elements)
  • game_data module (for account data)