Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ main.py
File
main.py
projects/Flappybird_game/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
pygame, sys, random
2
3
4
def
draw_floor():
Callers
nothing calls this directly
Calls
12
create_pipe
Function · 0.85
bird_animation
Function · 0.85
rotate_bird
Function · 0.85
check_collision
Function · 0.85
move_pipe
Function · 0.85
draw_pipes
Function · 0.85
score_display
Function · 0.85
update_score
Function · 0.85
draw_floor
Function · 0.85
init
Method · 0.80
update
Method · 0.45
tick
Method · 0.45
Tested by
no test coverage detected