Demonstrates a Flappy Bird game playing bot trained using Genetic Algorithm and a FeedForward Neural Network developed from scratch using p5.js.
Go To the Game Watch Trained Bird in Action Neural Network Notes Docs
Controls
- Pause
- Pause the game using the 'P' key.
- Restart
- Restart the game using the 'E' key.
- Save the best bird
- Saves the best bird currently in the game.Press 'S' to save the best bird.
- Speed Up
- Speed up the training process by using the slider bar below the game. The current speed is displayed next to the slider
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.