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.
- 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.
- Python 3.x
artmodule (for game logo and visual elements)game_datamodule (for account data)