The base snake game was copied from Here some improvements were made like Game Over screen and Score tracking.
This project is a snake game that plays automatically. Using common path finding Algorithms.
Sample of the snake playing. It just have it's head's location and the foods location. It doesn't yet know the locations of it's body.