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

https://github.com/vojay-dev/flapai

Flappy Bird and AI from the scratch for learning purposes
https://github.com/vojay-dev/flapai

ai evolutionary-algorithms flappy-bird flappybird genetic-algorithm javascript machine-learning neural-network neural-networks p5js tensorflow

Last synced: 4 months ago
JSON representation

Flappy Bird and AI from the scratch for learning purposes

Awesome Lists containing this project

README

        

# FlapAI

This is a learning project and combines a Flappy Bird clone with a basic AI implementation.

The game is a clone of Flappy Bird based on Processing (http://p5js.org/).

The AI combines Neural Networks using TensorFlow.js (https://www.tensorflow.org/js) with evolutionary algorithms to evolve populations of AI players using genetic operators.

> **Try it yourself**: https://vojay-dev.github.io/flapai/