Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 461 Bytes

File metadata and controls

8 lines (7 loc) · 461 Bytes

Snake Algorithm

A snake-playing algorithm using an implementation of A* pathfinding - inspired by Code Bullet's training the perfect snake AI video. The algorithm does not use any machine learning technique. However, it never loses a game of snake. Created with Python & PyGame.

Screen Shot 2024-04-18 at 10 39 21