diff --git a/flappy_bird.py b/flappy_bird.py index 80c68a0..b2067bf 100644 --- a/flappy_bird.py +++ b/flappy_bird.py @@ -1,11 +1,4 @@ -""" -The classic game of flappy bird. Make with python -and pygame. Features pixel perfect collision using masks :o - -Date Modified: Jul 30, 2019 -Author: Tech With Tim -Estimated Work Time: 5 hours (1 just for that damn collision) -""" + import pygame import random import os