Skip to content

Instantly share code, notes, and snippets.

View pyGuru123's full-sized avatar
:electron:
Learning

Prajjwal Pathak pyGuru123

:electron:
Learning
View GitHub Profile
@timurbakibayev
timurbakibayev / tetris.py
Last active March 13, 2025 17:34
Tetris game in Python
import pygame
import random
colors = [
(0, 0, 0),
(120, 37, 179),
(100, 179, 179),
(80, 34, 22),
(80, 134, 22),
(180, 34, 22),