A Flappy Bird Game implementation engined by pygame.
Game is re-written based on https://github.com/sourabhv/FlapPyBird in an OOP style.
This project was developed & tested on Ubuntu 16.04, using python3.7.6.
python3.7pygame
git clone https://github.com/hnqiu/FlappyBird.git
cd FlappyBird/
python3 -m pip install -r requirements.txt
python3 flappybird.py --easyGame can be set in 3 modes: easy, median and difficult. Use
python3 flappybird.py -hto get the usage information.
Check out how I used machine learning to train an AI bird:
