Skip to content

Instantly share code, notes, and snippets.

View mcc-macca's full-sized avatar
📺
Develop for work

Erick Daniel Parra Delgado (macca) mcc-macca

📺
Develop for work
View GitHub Profile
@timurbakibayev
timurbakibayev / tetris.py
Last active January 20, 2026 14:13
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),