flappy bird NEAT
This is just a simple NEAT project to make a AI learn to play a flappy bird game
How to setup
This project uses the pipenv to management all dependencies, so to install all is need to run the aplication you just need to type pipenv install
How to run
After enter on the virtual enviroment (pipenv shell
)
You just need to run the python flappy_bird.py
to see the NEAT algorithms train and find the best AI to play flappy bird :)