-
Notifications
You must be signed in to change notification settings - Fork 0
/
how_to_play.py
21 lines (17 loc) · 943 Bytes
/
how_to_play.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
instructions = """
## How to Play:
1. Game Objective: Guess which of the two options (A or B) has more followers on social media.
2. Starting the Game: The game will display two options with their details (name, description, and country).
3. Making a Guess: You will be prompted to choose either 'A' or 'B' based on which one you think has more followers.
4. Game Progression: If you guess correctly, you will continue to the next round with a new set of options.
5. Losing the Game: If your guess is wrong, the game will end, and your final score will be displayed.
6. Replay Option: After the game ends, you can choose to play again or exit
-----------------------------------------------------------------------------------------------------------------------
"""
def name():
print("""
------------------------------------
** Created by Pranjal Sarnaik **
*© 2024. All rights reserved.*
------------------------------------
""")