An open API service indexing awesome lists of open source software.

https://github.com/nicolas-sabbatini/auto-flappy-bird

A FlappyBird clone played by a neural network
https://github.com/nicolas-sabbatini/auto-flappy-bird

genetic-algorithm love-game-engine love2d love2d-framework lua machine-learning machine-learning-algorithms neural-network

Last synced: about 1 year ago
JSON representation

A FlappyBird clone played by a neural network

Awesome Lists containing this project

README

          

# 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](https://love2d.org/wiki/Game_Distribution) guide of Love2D

## Inspiration
[Srdjan Susnic](https://www.youtube.com/watch?v=aeWmdojEJf0)

## Dependencies
[Love2d](https://love2d.org/)