Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ move_pipe
Function
move_pipe
projects/Flappybird_game/main.py:16–19 ·
view source on GitHub ↗
(pipes)
Source
from the content-addressed store, hash-verified
14
15
16
def
move_pipe(pipes):
17
for
pipe in pipes:
18
pipe.centerx -= 5
19
return
pipes
20
21
22
def
draw_pipes(pipes):
Callers
1
main.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected