Skip to content

Instantly share code, notes, and snippets.

View mr-ki-wissen-2go's full-sized avatar
💭
First steps with Streamlit [streamlit run]

Joachim Lorenz mr-ki-wissen-2go

💭
First steps with Streamlit [streamlit run]
View GitHub Profile
@mr-ki-wissen-2go
mr-ki-wissen-2go / snake_game.py
Created February 12, 2025 17:07 — 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