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.
- Host: GitHub
- URL: https://github.com/bilaltahir21/flappybird-neat
- Owner: bilaltahir21
- License: mit
- Created: 2020-08-07T17:19:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T18:24:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T19:45:07.571Z (5 months ago)
- Topics: neat-python, pygame, python3, repl
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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:
[](https://gitpod.io/#https://github.com/billztee7/FlappyBird-NEAT/blob/master/FlappyBird.py)