MCPcopy
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
65def show_score(x, y):
66 score = font.render("score :" + str(score_value), True, (255, 255, 255))
67 screen.blit(score, (x, y))
68
69
70def game_over_text():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected