The original game is created by Daniel Shiffman. http://codingtra.in
This version is modified to be played by an Artificial Neural Network.
This Flappy Bird clone is played by an ANN generated using the NEAT method. The algorithm trains by selecting the highest performing network out of a population and making those traits more likely to occur in future "generations," slowly increasing the average fitness of the AI over time.
- Clone the repository
git clone https://github.com/GabrielMCastro/FlappyBot.git - Run
npm installin theFlappy-Bird-Clonedirectories - Install an http-server:
npm install -g http-server - From the
Flappy-Bird-Clonedirectory, runhttp-server - Navigate to whatever address the
Flappy-Bird-Clonehttp server is serving on.

