Skip to content

Instantly share code, notes, and snippets.

View ChiaraDebug's full-sized avatar
👩‍💻

ChiaraDebug

👩‍💻
View GitHub Profile
@ChiaraDebug
ChiaraDebug / snake_game.py
Created August 26, 2019 16:46 — 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