Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ show_score
Function
show_score
python Space Invader game.py:65–67 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
63
64
65
def
show_score(x, y):
66
score = font.render(
"score :"
+ str(score_value), True, (255, 255, 255))
67
screen.blit(score, (x, y))
68
69
70
def
game_over_text():
Callers
1
python Space Invader game.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected