Skip to content

Instantly share code, notes, and snippets.

View AldoSan666's full-sized avatar

Aldo Raul San AldoSan666

  • Mexico
  • 00:16 (UTC -06:00)
View GitHub Profile
@AldoSan666
AldoSan666 / snake_game.py
Created December 5, 2024 21:33 — 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