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

Method firing

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

Source from the content-addressed store, hash-verified

231 )
232
233 def firing(self):
234 # Append the location of lasers/missiles
235 self.bullets_list.append([self.x, self.y])
236
237
238class Objects:

Callers 1

enemy_laserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected