Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 599 Bytes

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