NEAT AI learns to play the balloon game from my pygame-balloon-game project
Clone this repo, then run
pip install -r requirements.txt
cd src && python3 Neat.py
This was my first time making a game using pygame and Object-Oriented Programming style so, I made this mind-map to figure out the logic of the referencences I used