/FlappyBirdPyGAD

Play the Flappy Bird Game using PyGAD (Genetic Algorithm)

Primary LanguagePython

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.

FlappyBirdPyGAD.mp4

Another video where the game is faster.

Unbeaten.PyGAD.Plays.Flapping.Bird.mp4

Note that the original game is taken from this link. It was edited to make it sitable for use with PyGAD.