MCPcopy 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
16def move_pipe(pipes):
17 for pipe in pipes:
18 pipe.centerx -= 5
19 return pipes
20
21
22def draw_pipes(pipes):

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected