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 April 30, 2024 08:29
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),