It's flappybird game but I add some genetic algorithm with machine learning to make a clever bird which can travel the world of flappybird by itself.
In training
It evolves through generation
It starts with several birds with "brain", the brain is just a neural network with random biases and weights. It will score each brain's bird and make mutation and reproduction to create baby bird which are maybe more clever. It makes that every generation, it's called genetic algorithm.
You just have to run
~$ make
~$ cd bin && ./app
Have funnn !