All Projects → TimoWilken → flappy-bird-pygame

TimoWilken / flappy-bird-pygame

Licence: MIT license
A clone of Flappy Bird, using Pygame.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flappy-bird-pygame

Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+22.22%)
Mutual labels:  flappy-bird, pygame
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+3365.66%)
Mutual labels:  flappy-bird, pygame
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 3,019 (+2949.49%)
Mutual labels:  codereview
Kenney-Checkers
Mini-project of the discipline Programmation 1 - UFCG - Computer Science
Stars: ✭ 16 (-83.84%)
Mutual labels:  pygame
space-invaders
👾Python clone with a modern twist
Stars: ✭ 209 (+111.11%)
Mutual labels:  pygame
Arcade-CS-Games
Jeux pour l'arcade des CS Games
Stars: ✭ 18 (-81.82%)
Mutual labels:  pygame
PygameWidgets
A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.
Stars: ✭ 34 (-65.66%)
Mutual labels:  pygame
python-tetris
Tetris game with AI made by pygame, inspired by react-tetris
Stars: ✭ 19 (-80.81%)
Mutual labels:  pygame
fractal-plan
An animation using geometric plan! How we do beautiful and psychedelic things?
Stars: ✭ 32 (-67.68%)
Mutual labels:  pygame
luma.emulator
Provides a series of pseudo-display devices which allow the luma.core components to be used without running a physical device.
Stars: ✭ 32 (-67.68%)
Mutual labels:  pygame
python-game-snake
A Game-Snake version of AI to play Snake automatically.
Stars: ✭ 30 (-69.7%)
Mutual labels:  pygame
Chip8Python
A Super Chip 8 emulator written in Python
Stars: ✭ 65 (-34.34%)
Mutual labels:  pygame
flappy-haskell
Flappy Bird Haskell Implementation
Stars: ✭ 33 (-66.67%)
Mutual labels:  flappy-bird
TerraCraft
Voxel Engine written in Python 3 + Pyglet.
Stars: ✭ 49 (-50.51%)
Mutual labels:  pygame
codecat
CodeCat is an open-source tool to help you find/track user input sinks and security bugs using static code analysis. These points follow regex rules. Beta version.
Stars: ✭ 265 (+167.68%)
Mutual labels:  codereview
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (-81.82%)
Mutual labels:  pygame
ALIEN INVASION
A repository with game files being made with pygame
Stars: ✭ 35 (-64.65%)
Mutual labels:  pygame
AlphaZero-Renju
No description or website provided.
Stars: ✭ 17 (-82.83%)
Mutual labels:  pygame
Rigley2-FlappyBug
The awaited sequel sees our Rigley friend jumping through firewalls "Flappy Bird" style
Stars: ✭ 27 (-72.73%)
Mutual labels:  flappy-bird
Python Scripts
It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
Stars: ✭ 23 (-76.77%)
Mutual labels:  pygame

Flappy Bird (using Pygame)

A clone of the popular app Flappy Bird, using Pygame.

This code was discussed on Code Review.

I'm not actively maintaining this code; this repo is an archive of the code I wrote for the above question, and some fixes. If you're looking for extra features, have a look at the forks by lvalencacomputacao and nimitbhardwaj instead.

Playing the game

You control the little bird. You can make it climb by pressing (up), (return), (space), or clicking into the window. Don't crash into any pipes! For every pipe you pass without colliding, you get one point.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].