From 7f73840e61f40b613e5a8c72d9a23239f89ed185 Mon Sep 17 00:00:00 2001 From: TimCreatorCoder <87563762+TimCreatorCoder@users.noreply.github.com> Date: Sun, 25 Jul 2021 14:02:22 +0700 Subject: [PATCH] Update flappy_bird.py --- flappy_bird.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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