Skip to content

Instantly share code, notes, and snippets.

View douglasstarnes's full-sized avatar

Douglas Starnes douglasstarnes

View GitHub Profile
@timurbakibayev
timurbakibayev / tetris.py
Last active November 7, 2025 19:44
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),