Skip to content

Flappybird with blessings or curses

Notifications You must be signed in to change notification settings

jane-does-coding/flappy_bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0be0e1b · · Jan 27, 2026

History

10 Commits
Dec 29, 2025
Jan 27, 2026
Jan 16, 2026
Jan 16, 2026
Jan 10, 2026
Jan 10, 2026
Dec 29, 2025
Jan 16, 2026
Dec 29, 2025
Jan 16, 2026
Dec 29, 2025
Jan 10, 2026
Jan 10, 2026
Jan 10, 2026
Jan 27, 2026
Dec 29, 2025

Repository files navigation

My first ever python game!

Flappybird (but with powerups and curses)

Itch: https://yevheniiasimakagmailcom.itch.io/flappy-bird

My Skills

This game is made with Python in pygame!

Story

This is my first ever project I've made using pygame, I've learned a lot about game development, just with this project, I learned that game development, is a lot similar, yet very different to web development. I learned the way objects move, or "seem" to move, or how to display object, and how the person can interact with the application using keyboard event listeners.

This was going to be just another lame python flappybird game, however, for the campfire flagship the minimum hour requirement for each project is 5 hours, and I only had 3, so I had to add something more.... and I added powerups and curses!

Installation

Clone the repo:

git clone https://github.com/jane-does-coding/flappy_bird

Run the game:

python3 flappybird.py

Made with <3 by @jane-does-codinging