We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397a47 commit 543ca4bCopy full SHA for 543ca4b
adagrams/ui_helper.py
@@ -17,7 +17,7 @@ def display_score(score):
17
18
def display_retry_instructions():
19
print("Should we play another round?")
20
- print("Enter y to replay")
+ print("Enter y to replay and q to quit")
21
22
23
def display_goodbye_message():
main.py
@@ -9,7 +9,6 @@ def wave_1_run_game():
9
print("Let's draw 10 letters from the letter pool...")
10
letter_bank = draw_letters()
11
display_drawn_letters(letter_bank)
12
- display_game_instructions()
13
14
display_retry_instructions()
15
continue_input = input()
0 commit comments