FlappyBird AI (Made with NEAT)
- Install requirements
- pygame
- neat-python
If it doesn't run properly install the specific versions using:
pip install -r requirements.txt- Try game.py to test out the game:
python3 game.py- Run run_genome.py to test the pre-trained model
python3 run_genome.py- Train your own using the main.py file (tweak config.txt to get different results if you know what you are doing)
python3 main.py