/flappy-bird

Flappy bird using python's tkinter and turtle

Primary LanguagePythonMIT LicenseMIT


Logo

Flappy Bird

Using only the standard python libary


About The Project

Gameplay

A very simple recreation of flappy bird using only the standard python library (no pygame). This project uses tkinter for its GUI and turtle for the graphics.

Getting Started

  1. Clone the repo

    git clone https://github.com/ayshmnmm/flappy-bird.git

    or download zip and extract

  2. Run main.py in the src directory

    python main.py

Contributing

Pull requests are always welcome. Any contributions you make are greatly appreciated.

License

Distributed under the MIT License.