Skip to content

Dallaz00/Flappy-Bird-Python-NEAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAT-Flappy-Bird

An AI neural network that learns to play the classic game flappy bird. The AI runs on the NEAT python module.

Instructions

Simply run flappy_bird.py and watch the AI start training itself to play the game of flappy bird over a period of generations.

  • Amend pipes.append(Pipe(400)) for pipe distance

NEAT Documentation

https://neat-python.readthedocs.io/en/latest/config_file.html

Requirements

  • Pygame
  • Python3
  • NEAT-Python
  • Graphviz

About

The classic Flappy Bird game recreated in Python and Pygame and integrated with NEAT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages