Skip to content

Instantly share code, notes, and snippets.

View Iamarman79's full-sized avatar
🎯
Focusing

Iamarman79 Iamarman79

🎯
Focusing
  • Google Developer Student Club
  • Greater Noida
  • 16:13 (UTC +05:30)
View GitHub Profile
@Iamarman79
Iamarman79 / Snake Game.py
Created October 25, 2022 14:29 — forked from rajatdiptabiswas/Snake Game.py
A simple snake game written in Python using the PyGame library (https://github.com/rajatdiptabiswas/snake-pygame)
"""
Snake Eater
Made with PyGame
"""
import pygame, sys, time, random
# Difficulty settings
# Easy -> 10
@Iamarman79
Iamarman79 / Snake Game.py
Created October 25, 2022 14:29 — forked from rajatdiptabiswas/Snake Game.py
A simple snake game written in Python using the PyGame library (https://github.com/rajatdiptabiswas/snake-pygame)
"""
Snake Eater
Made with PyGame
"""
import pygame, sys, time, random
# Difficulty settings
# Easy -> 10