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

Function Instruction

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

Source from the content-addressed store, hash-verified

65
66
67def Instruction(x, y):
68 instructionText = IntroFont.render("INSTRUCTION", True, (255, 0, 0))
69 screen.blit(instructionText, (x, y))
70
71
72def introscreen():

Callers 1

introscreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected