Python
Python
Objective:
Create a Python program that simulates an Instagram Follower Higher-Lower Game, where
players guess which of two Instagram accounts has more followers based on data read from a
file.
'follower_count': 135,
'description': 'Magazine',
Features:
1. Data File:
Follower counts for different Instagram accounts are stored in a text file. The program reads this
file to get follower data for each account.
3. Game Logic:
Select two random Instagram accounts from the data file using random function.
Display the usernames and follower counts, description and country name for the two
selected accounts.
Prompt the player to guess which account has more followers.
4. Outcome Determination:
Compare the follower counts of the two accounts to determine the correct answer.
Inform the player if their guess was correct or incorrect.
If the user guesses the answer correctly it will give some score and will also give another
chance to the user to guess again.
Implementation:
Allow the player to play multiple rounds and track their overall performance.
## If Statement
# Feedback.
# Score Keeping.
# Add art.