Using only the standard python libary
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.
-
Clone the repo
git clone https://github.com/ayshmnmm/flappy-bird.git
or download zip and extract
-
Run
main.py
in thesrc
directorypython main.py
Pull requests are always welcome. Any contributions you make are greatly appreciated.
Distributed under the MIT License.