Skip to content

Instantly share code, notes, and snippets.

View adarshgupta400's full-sized avatar
🏠
Working from home

Adarsh Kumar Gupta adarshgupta400

🏠
Working from home
View GitHub Profile
@adarshgupta400
adarshgupta400 / snake_game.py
Last active July 2, 2020 11:44 — forked from wynand1004/snake_game.py
A Simple Snake Game made in Python 3
# Simple Snake Game in Python 3
# By AdarshGupta400
import turtle
import time
import random
delay = 0.1
# Score