Red balls and green rectangles to look like flappy bird

Project Description

This is a python project I worked on in order to refresh my knowledge of python and neural network code. I created a custom flappy bird game and trained the neural network to play it.

Development

From scratch, I created a set of classes and subclasses to take an arbitrary amount of data and return an arbitrary number of outputs. Originally I followed sentdex's youtube tutorial for a classification neural network. However, the whole video series hasn't been released yet, and my goal for the project wasn't classification, so I wrote my own generational improvement algorithm. I modeled it after a similar project I worked on a while ago.