Flappy Bird made in Python (PyGame)
Install required libraries:
pip install pygame
pip install neat-python
pip install numpy- FlappyBirdGame/ - Manual game (playable with SPACE)
- FlappyBirdGameAI/ - AI training system (NEAT algorithm)
- imgs/ - Game graphics (bird, pipes, background)
cd FlappyBirdGame
python flappy_bird_game.py
# Press SPACE to jumpcd FlappyBirdGameAI
python train.pypython test_ai.pyFor detailed AI documentation, see FlappyBirdGameAI/README.md
- pip install pygame
- pip install python-neat
- pip install python-nest
- pip install python-time