Skip to content

trapsidanadir/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy-Bird

This a a flappy bird game made with pygame python module. It also includes an AI that solve the game using reinforcement learning with NEAT algorithme.

Open in Gitpod

flappy bird

Requirements

Python 3.7

Usage of a virtual environement like anaconda or venv is recomended

No GPU or special hardware is required

Getting Started

Clone the repo Install dependencies:

pip install -r requirements.txt

Instructions

Just run the game main.py enjoy the game or watch the AI start training itself !

If you want to play yourself :

python .\main.py

If you want to train the ai to play:

python .\main.py ai

About

Flappy Bird with AI to play if you are tired

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages