Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 621 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 621 Bytes

AutoSnake

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.

Image

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. Image