Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ game_over
Function
game_over
projects/space_battle/main.py:62–66 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
60
screen.blit(count1, (x, y))
61
62
def
game_over(x, y):
63
over = font.render(
64
"Game-Over\nYour Final Score is:"
+ str(count), True, (240, 140, 220)
65
)
66
screen.blit(over, (x, y))
67
68
m1 = mixer.Sound(
"space-120280.mp3"
)
69
Callers
1
play
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected