MCPcopy Index your code
hub / github.com/geekcomputers/Python / enemy

Function enemy

python Space Invader game.py:83–84  ·  view source on GitHub ↗
(x, y, i)

Source from the content-addressed store, hash-verified

81
82
83def enemy(x, y, i):
84 screen.blit(enemyimg[i], (x, y))
85
86
87def fire_bullet(x, y):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected