Skip to content

Instantly share code, notes, and snippets.

View atul18-rm's full-sized avatar

Atul girnare atul18-rm

View GitHub Profile
@atul18-rm
atul18-rm / snake_game.py
Created July 27, 2025 16:45 — 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