Skip to content

Commit 543ca4b

Browse files
committed
Small CLI update
1 parent 1397a47 commit 543ca4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

adagrams/ui_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def display_score(score):
1717

1818
def display_retry_instructions():
1919
print("Should we play another round?")
20-
print("Enter y to replay")
20+
print("Enter y to replay and q to quit")
2121

2222

2323
def display_goodbye_message():

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def wave_1_run_game():
99
print("Let's draw 10 letters from the letter pool...")
1010
letter_bank = draw_letters()
1111
display_drawn_letters(letter_bank)
12-
display_game_instructions()
1312

1413
display_retry_instructions()
1514
continue_input = input()

0 commit comments

Comments
 (0)