Using NeuroEvolution of Augmenting Topologies(NEAT) to train an agent to play the game. Programming both the environment and the AI using python
pip install pygame
pip install neat-python
Simply run main.py and watch an AI start training itself to play the game!