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

Function enemy

projects/space_battle/main.py:72–74  ·  view source on GitHub ↗
(x, y, img_list)

Source from the content-addressed store, hash-verified

70 m1.play(-1)
71
72 def enemy(x, y, img_list):
73 for t in range(enemyN):
74 screen.blit(img_list[t], (enemyX[t], enemyY[t]))
75
76 def bulletP(x, y):
77 screen.blit(bullet, (x, y))

Callers 1

playFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected