snAIke is a repository with automated versions of the game Snake.
The code in this folder contains a version of Snake that plays itself following the shortest path between the Snake's head and the food, which is calculated using the A* algorithm. This isn't entirely flawless, but it's good enough as a proof of concept.
This part of the repository is yet to be implemented.
Check the requirements.txt file to see all necessary dependencies.
To run this version of the game, just run the game.py file.