DEV Community

Cover image for Python snake game : AI (based on pathfinding)
YelielGerardK
YelielGerardK

Posted on

Python snake game : AI (based on pathfinding)

Hello to all developers, some time ago I explored the world of Artificial Intelligence creation in video games. This code is certainly not perfect, but I made it anyway, and you are free to modify or improve it. The source code is available on my GitHub (it’s completely open source).

Note: There are still some features in the code that don’t work (such as changing the screen resolution).😎

My Github profile: YelielGerardK
Official source : pygame snake

Image description

Image description

Image description

Image description

Top comments (0)