Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 430 Bytes

snake-game-python

A simple python implementation of the classic snake game

The game was made by the Turtle graphics module therefore it has some limitations when it comes to collision detection.

Credits to Dr. Angela Yu and her 100 Days of Code Python bootcamp course on udemy.

Usage

Run the main.py file with python 3.10

Dependencies (Modules)

Random, time, turtle