MCPcopy
hub / github.com/geekcomputers/Python / game_over_text

Function game_over_text

python Space Invader game.py:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69
70def game_over_text():
71 over_txt = over_font.render("GAME OVER", True, (255, 255, 255))
72 screen.blit(over_txt, (200, 250))
73
74
75# for display player img

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected