Skip to content

shambu09/snake-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.