An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




Logo

Flappy Bird



Using only the standard python libary



## About The Project

![Gameplay](image/peek.gif)

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).