Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
def
enemy(x, y, i):
84
screen.blit(enemyimg[i], (x, y))
85
86
87
def
fire_bullet(x, y):
Callers
1
python Space Invader game.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected