Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 279 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 279 Bytes

Snake-Python

Snake Xenzia implemented in python.

Implementations:

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.