Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberFlameGO committed Apr 12, 2022
1 parent bb4e915 commit b2f750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def main():
round_end: str = input(
"Well done! Game completed, would you like to play another round?\nType 'y' to play another round, "
"or anything else to finish this session.\nInput: ").lower().strip()
# if yes print next round incoming and go to the top of the code (repeat the while loop
# if yes print next round incoming and go to the top of the code (repeat the while loop), it doesn't scan for valid input because attempts are stored in the db so progress isn't lost on game end. TODO: switch to match-case for graphing
if round_end == "y":
print("Alright! Next round incoming. . .")
# else finish the game
Expand Down

0 comments on commit b2f750c

Please sign in to comment.