There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project is a simulation of the popular and simple game, Flappy Bird, implemented in JavaScript using the p5.js library. The objective of this project is to train an AI agent to play Flappy Bird by using a genetic algorithm and a neural network, both implemented from scratch.