AI Flappy Bird
Students and Grade Level
- Kayden Humphries, Senior
Technologies Used
- Java
This project uses a neural network to train a bird to perfectly play flappy bird. Each bird starts out with a random “brain” (weights). After all the birds die, the bird that had the highest score “reproduces” by changing some of the internal values of its brain and passing it to the next generation. Eventually, the bird can play the game perfectly.