Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 631 Bytes

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