Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
memo1918 committed Apr 19, 2023
1 parent 61360be commit 022791e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ def play(turn: str) -> None:
break

def winScreen(text) -> None:
"""
Runs the Win Screen
Parameters:
text (str): stores who
"""


while True:
screen.fill((0))
mouse_pos = pygame.mouse.get_pos()
Expand Down

0 comments on commit 022791e

Please sign in to comment.