Skip to content

jedrzejd/flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird clone

General Info

Program that learns to play Flappy Bird by machine learning (NEAT)

The project was created with the help of this tutorial link

Screenshot

Running the application

$ git clone https://github.com/jedrzejd/flappybird.git
$ cd flappybird
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python flappy_bird.py

To exit venv type in the console:

$ deactivate

Technologies

  • Python 3
  • Pygame

Releases

No releases published

Packages

No packages published

Languages