/FlappyBird-AI

Teaching a computer to play Flappy bird using NEAT.

Primary LanguagePython

FlappyBird-AI

Run on Repl.it

This Python project is comprised of two main components:

  • The Flappy Bird environment.
  • The AI that plays Flappy Bird.

Please run this project on repl.it and watch the birds improve over time!

Running the project

You can run this project on repl.it by clicking the above badge or you can download the source code and run flappy_bird.py.

Implementation

This project recreates the game "Flappy Bird" using pygame and uses the NEAT python module to teach the AI how to play "Flappy Bird".

AI for Flappy bird