Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ bulletP
Function
bulletP
projects/space_battle/main.py:76–77 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
74
screen.blit(img_list[t], (enemyX[t], enemyY[t]))
75
76
def
bulletP(x, y):
77
screen.blit(bullet, (x, y))
78
79
def
player(x, y):
80
screen.blit(player_image, (x, y))
Callers
1
play
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected