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

Method execute

projects/Space Shooter/main.py:106–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 spacing += 100
105
106 def execute(self):
107 self.text()
108 while True:
109 for event in pygame.event.get():
110 if event.type == pygame.QUIT:
111 exit()
112 self.controls(event)
113 self.buttons_function(event)
114
115 self.objects()
116
117 pygame.display.flip()
118
119
120class GameOver:

Callers 15

create_databaseFunction · 0.45
save_scoreFunction · 0.45
get_all_scoresFunction · 0.45
ADDFunction · 0.45
DisplayFunction · 0.45
SearchFunction · 0.45
UpdateFunction · 0.45
DeleteFunction · 0.45
dice.pyFile · 0.45
decryption.pyFile · 0.45
messageFunction · 0.45
requirements.pyFile · 0.45

Calls 5

textMethod · 0.95
controlsMethod · 0.95
buttons_functionMethod · 0.95
objectsMethod · 0.95
exitFunction · 0.85

Tested by

no test coverage detected