Demonstrates a Flappy Bird game playing bot trained using Genetic Algorithm and a FeedForward Neural Network developed from scratch using p5.js.
Controls
- Pause
- Pause the game using the 'P' key.
- Restart
- Restart the game using the 'E' key.
When the best bird is saved it is stored in the Downloads folder by default. The saved best bird 'bestBird.json' has to be moved to the ./FlappyBirdGame directory.