https://github.com/ayshmnmm/flappy-bird
Flappy bird using python's tkinter and turtle
https://github.com/ayshmnmm/flappy-bird
flappy-bird flappy-bird-clone python python-standard-library tkinter turtle turtle-graphics
Last synced: about 1 year ago
JSON representation
Flappy bird using python's tkinter and turtle
- Host: GitHub
- URL: https://github.com/ayshmnmm/flappy-bird
- Owner: ayshmnmm
- License: mit
- Created: 2021-09-07T01:37:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T01:39:52.000Z (over 4 years ago)
- Last Synced: 2025-01-20T22:49:39.444Z (over 1 year ago)
- Topics: flappy-bird, flappy-bird-clone, python, python-standard-library, tkinter, turtle, turtle-graphics
- Language: Python
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flappy Bird
Using only the standard python libary
## About The Project

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
```sh
git clone https://github.com/ayshmnmm/flappy-bird.git
```
or download zip and extract
2. Run `main.py` in the `src` directory
```sh
python main.py
```
## Contributing
Pull requests are always welcome. Any contributions you make are **greatly appreciated**.
## License
Distributed under the [MIT License](LICENSE).