MCPcopy 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

1import pygame, sys, random
2
3
4def draw_floor():

Callers

nothing calls this directly

Calls 12

create_pipeFunction · 0.85
bird_animationFunction · 0.85
rotate_birdFunction · 0.85
check_collisionFunction · 0.85
move_pipeFunction · 0.85
draw_pipesFunction · 0.85
score_displayFunction · 0.85
update_scoreFunction · 0.85
draw_floorFunction · 0.85
initMethod · 0.80
updateMethod · 0.45
tickMethod · 0.45

Tested by

no test coverage detected