Neural Net Flappy Bird

Gen: 0Birds alive: 1000Time Alive: 0sGame Speed: 1x
What is it?
Each dot is a bird with its own neural network. The bird will decide whether or not to go up or down by passing its analog values into its four layer neural network. After each bird has hit a pipe, the game will reset. However, the ten birds that went the farthest in the previous round will become the parent generation and will have their weights copied and mutated for the next generation. By the later generations, the goal is to be able to survive 100% of the time.
GitHub