FlappyBirdPyGAD
FlappyBirdPyGAD copied to clipboard
Play the Flappy Bird Game using PyGAD (Genetic Algorithm)
trafficstars
Play the Flappy Bird Game using PyGAD (Genetic Algorithm)
PyGAD is a Python library for general-purpose genetic algorithm applications. Find PyGAD documentation at Read The Docs.
To run the project, first install PyGAD:
pip3 install pygad
Then, run the main.py script.
This is a video demonstrating how PyGAD plays the flappy bird game.
https://user-images.githubusercontent.com/16560492/115970766-9869d880-a512-11eb-9ade-3403e0a62317.mp4
Another video where the game is faster.
https://user-images.githubusercontent.com/16560492/135771690-7e1f89e6-25de-4ba7-8910-9903b71e3bb3.mp4
Note that the original game is taken from this link. It was edited to make it sitable for use with PyGAD.