MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / restart

Function restart

projects/space_battle/main.py:82–84  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

80 screen.blit(player_image, (x, y))
81
82 def restart(x, y):
83 res = font.render("TO play Again Press 1", True, (240, 140, 220))
84 screen.blit(res, (x, y))
85
86 bulletY = playerY - 30
87

Callers 1

playFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected