Skip to content

Instantly share code, notes, and snippets.

# Fork of https://github.com/sourabhv/FlapPyBird
from itertools import cycle
import random
import sys
import pygame
from pygame.locals import *
FPS = 30