Skip to content

EltonK888/Flappy_Bird_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird AI

This is a project to recreate the popular mobile game Flappy Birds with an AI twist. It is a project that is inspired and guided by the series posted by Tech With Tim. The original project can be found here https://github.com/techwithtim/NEAT-Flappy-Bird

Tech Stack

  • Python
  • Pygame module

Instructions

Clone the repository by using the following command in the directory you want
$ git clone https://github.com/EltonK888/Flappy_Bird_AI.git

Install the required dependencies
$ pip3 install requirements.txt

Play the game or run the AI training by running the commands in the pygame_test/ directory

AI Training
$ python3 AI_flappy_bird

Play normally
$ python3 play_flappy_bird.py

Screenshots

Normal Gameplay

Game Screenshot

AI Training

AI Bird Training

About

AI Plays Flappy Bird in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages