Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 871 Bytes

AI plays Flappy bird

NEAT is a genetic algorithm which evolves neutral networks to adapt and survive in an environment. This project implements NEAT algorithm from scratch in javascript to play flappy bird game autonomously.

Demo

Setup and Installation

1. Clone the repository:

git clone https://github.com/AkashKarnatak/flappy-bird-neat.git

2. Navigate to the project directory:

cd flappy-bird-neat

3. Run the project:

Launch the index.html file in your prefered browser.

Contributing

Contributions are welcome! If you find a bug, have an idea for an enhancement, or want to contribute in any way, feel free to open an issue or submit a pull request.

License

This project is licensed under the AGPL3 License. For details, see the LICENSE file.