You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented the game using the Python's PyGame Library.
Implemented the Snake AI, which guides the Snake along a direction,
which always leads to a shortest path between the snake and the food.