oasdflkjo / flappy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Bird Game

This is a simple implementation of the Flappy Bird game using Pygame.

How to Play

  • Press the SPACEBAR to make the bird flap its wings and avoid obstacles.
  • Avoid colliding with the upper and lower obstacles.
  • Keep the bird flying as long as possible to achieve a high score.

Dependencies

  • Python 3.x
  • Pygame

Installation

  1. Clone the repository:

    git clone <repository_url>
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the game by executing the main.py file:

python src/main.py

License MIT License

About


Languages

Language:Python 100.0%