An open API service indexing awesome lists of open source software.

https://github.com/bilaltahir21/flappybird-neat

Automated version of Flappy Bird game which is using Python's module of NEAT algoritm to train automated player.
https://github.com/bilaltahir21/flappybird-neat

neat-python pygame python3 repl

Last synced: 4 months ago
JSON representation

Automated version of Flappy Bird game which is using Python's module of NEAT algoritm to train automated player.

Awesome Lists containing this project

README

        

[![Run on Repl.it](https://repl.it/badge/github/techwithtim/NEAT-Flappy-Bird)](https://repl.it/github/techwithtim/NEAT-Flappy-Bird)
# FlappyBird-NEAT
An AI agent playing flappy bird. Using the NEAT python module.

# Instructions
Following steps to run it on local machine
*1.* pip install -r requirements.txt
*2.* python flappy_bird.py

# Run in Gitpod

You can also run it in Gitpod, a free online dev environment for GitHub:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/billztee7/FlappyBird-NEAT/blob/master/FlappyBird.py)