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.