Skip to content

Instantly share code, notes, and snippets.

View BryanLee01's full-sized avatar

Bryan Smith BryanLee01

View GitHub Profile
@BryanLee01
BryanLee01 / snake_game.py
Created September 24, 2025 04:44 — forked from wynand1004/snake_game.py
A Simple Snake Game made in Python 3
# Simple Snake Game in Python 3 for Beginners
# By @TokyoEdTech
import turtle
import time
import random
delay = 0.1
# Score