https://github.com/red-rapious/flappybird-neat
Using a neural network and genetic algorithm to train an AI to play Flappy Bird.
https://github.com/red-rapious/flappybird-neat
flappy-bird game-solver genetic-algorithm machine-learning neat-python
Last synced: over 1 year ago
JSON representation
Using a neural network and genetic algorithm to train an AI to play Flappy Bird.
- Host: GitHub
- URL: https://github.com/red-rapious/flappybird-neat
- Owner: Red-Rapious
- License: mit
- Created: 2019-10-22T19:38:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T10:13:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T19:44:27.928Z (over 1 year ago)
- Topics: flappy-bird, game-solver, genetic-algorithm, machine-learning, neat-python
- Language: Python
- Homepage:
- Size: 501 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlappyBird Neat
## About
A self-learning AI to play the FlappyBird game, using the `neat` python module.
This project is based on [this Tech with Tim tutorial](https://www.youtube.com/watch?v=MMxFDaIOHsE&t=1s).
## Install
Runs with basic python install and a few `pip` packages:
```
pip3 install neat-python
pip3 install pygame
```
## Screenshots

## License
This work is licensed under the [MIT license](https://github.com/Red-Rapious/FlappyBird-Neat/blob/master/LICENSE).