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

Function play

projects/car game/Game.py:57–59  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

55
56
57def play(x, y):
58 playtext = IntroFont.render("PLAY", True, (255, 0, 0))
59 screen.blit(playtext, (x, y))
60
61
62def ABOUT(x, y):

Callers 1

introscreenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected