Skip to content

simple flappy bird game controlled by an AI using python and neat

Notifications You must be signed in to change notification settings

beshoyabdelmalak/Flappy-bird-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy-bird-ai

simple flappy bird game controlled by an AI using python and neat. When starting the program generations of birdes will appear and try to get as further as they could, after all the generation fail, a new generation of birds will appear choosen from the best birds in the previous generation.

Interface

on the top left side, you will see the current generation and on the top right side the score of the best bird of the current generation.

Run Project

  • create a virtual environment
pipenv --three
pipenv install
pipenv shell
  • start the program python3 main.py

About

simple flappy bird game controlled by an AI using python and neat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages