Skip to content

paoloprogram12/FlappyBirdPythonRemake

Repository files navigation

Flappy Bird

A recreation of the classic Flappy Bird game built with Python and Pygame.

Features

  • Animated bird with flapping sprite animation and gravity-based rotation
  • Randomly generated pipes with a configurable gap
  • Scrolling ground and background
  • Score tracking with on-screen display
  • Sound effects for flapping, scoring, and death
  • Restart button on game over

Requirements

  • Python 3
  • Pygame

How to Run

  1. Clone the repository:

    git clone https://github.com/ssalazar/FlappyBirdPythonRemake.git
    cd FlappyBirdPythonRemake
  2. Install Pygame:

    pip install pygame
  3. Run the game:

    python main.py

Controls

  • Left click to start the game and make the bird flap
  • Avoid the pipes and don't hit the ground or the top of the screen
  • Click the restart button when it's game over to play again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages