I built a snake game that uses the neat python library to control a snake. The AI is controlling 100 snake games at once.
It was inspired by watching a few videos from techwithtim. He built an ai that controls Flappybird a while ago. I am gonna do a tutorial on this pretty soon. Not an AI expert but it was fun to build and I think it's a jumping-off point for students and hobbyists to message round. This idea was inspired by a student I am tutoring.
TechwithVideos:
• AI Teaches Itself to Play Flappy Bird...
• Python Flappy Bird AI Tutorial (with ...
Code:
https://github.com/phptuts/pygame-100...
Neat Library
https://neat-python.readthedocs.io/en...