/Python-Snake-Game

A repository for my snake game project.

Primary LanguagePython

Python-Snake-Game

SnakeCheat

Runs an AI algorithm that plays the snake game until it can no longer find a path, generates Snake.log that can be used to be replayed or continue from it if you interrupt it in the middle of its generation

LaunchReplay

Run a replay of the game which are stored on Snake.log file

SnakeGame

Play the game normally on your own, generates a Snake.log that can be used to be replayed OR continue from previous progress assuming that your snake has not yet died during the interrupt.

- Press P to pause the game, use WASD to move the snake.