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

Function player

python Space Invader game.py:76–77  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

74
75# for display player img
76def player(x, y):
77 screen.blit(playerimg, (x, y))
78
79
80# foe desplaing enemy img

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected