A copy of the famous flappy bird game, only this time the computer plays instead of you!
- Python 3.6
- NumPy
pip install numpy
- Pygame
pip install pygame
- MatplotLib
pip install matplotlib
- NEAT
pip install neat-python
- Graphviz
pip install graphviz
- NEAT Documentation:https://neat-python.readthedocs.io/en/latest/config_file.html
- NEAT Article:http://nn.cs.utexas.edu/downloads/papers/stanley.cec02.pdf
- Pygame Docs:https://www.pygame.org/docs/
You can also run the code in Gitpod, a free online dev environment for GitHub: