An implementation of the NEAT genetic algorithm to teach a computer to play Flappy Bird. Includes a playable version of Flappy Bird implemented in Python.
Inspired by and credits to https://github.com/techwithtim
Altered code of https://github.com/techwithtim/NEAT-Flappy-Bird
NEAT Algorithm and Python Implementation