- Tkinter
- Random
Run using
./ py snake.py
Then use either WASD or Up Down Left Right to control the snake, once game over press Space to restart
This is a simple python program that creates the snake game that we all know and love, it is based on some code from this video: https://www.youtube.com/watch?v=FtqWCo1_I4g&t=1s, as a base for the logic of the program.
