tidy-flappy-bird VS flappy-bird-AI

Compare tidy-flappy-bird vs flappy-bird-AI and see what are their differences.

tidy-flappy-bird

Vanilla implementation of NEAT and Flappy Bird (by dr-mod)

flappy-bird-AI

Similar flappy bird design to the previous repo, but this time, a non supervised genetic algorithm is used to train a neural network to play the game (by adam-kabbara)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tidy-flappy-bird flappy-bird-AI
1 1
22 1
- -
0.0 0.0
over 2 years ago almost 2 years ago
Java Java
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tidy-flappy-bird

Posts with mentions or reviews of tidy-flappy-bird. We have used some of these posts to build our list of alternatives and similar projects.
  • I’ve build a NEAT powered zero-player game for my RPi 3b+ and SPI screen HAT
    1 project | /r/raspberry_pi | 2 Oct 2021
    I wanted something to be there at my desk to look at, something to replace staring out of the window I suppose. I’ve already tried something similar with the game of life, but it usually stops after some time. So I decided to build a flappy bird clone that would be able to run on an Raspbery Pi with zero human interaction and to spice things up a little I wanted to remain as vanilla as possible. I was interested in implementing the NEAT algorithm from scratch and based it on the original MIT paper. The code can be found here: https://github.com/dr-mod/tidy-flappy-bird

flappy-bird-AI

Posts with mentions or reviews of flappy-bird-AI. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing tidy-flappy-bird and flappy-bird-AI you can also consider the following projects:

Flappy-Bird-NN - A deep neural network learns to play Flappy Bird [Moved to: https://github.com/longmakesstuff/Flappy-Bird-NN]

rust-flappy-bird-ai - AI learns to play flappy bird using neuro-evolution, implemented in Rust using macroquad