Skip to content

A FlappyBird clone played by a neural network

License

Notifications You must be signed in to change notification settings

nicolas-sabbatini/auto-flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Flappy Bird

Description

Auto Flappy Bird is a shameless clone of the popular game Flappy Bird, with the twist that is played by a neural network that uses evolutionary algorithms to improve.
This is my first approach to neural networks and artificial intelligence, so the implementation may not be very "clean".

Usage

cd into the src folder and run love (version 11.3) inside the folder.

Or you can follow the game distribution guide of Love2D

Inspiration

Srdjan Susnic

Dependencies

Love2d