Skip to content

Instantly share code, notes, and snippets.

View Hekzagonal-git's full-sized avatar

Hekzagonal-git

View GitHub Profile
@Hekzagonal-git
Hekzagonal-git / Tetris.py
Last active January 20, 2025 21:07
Fully* Game-Accurate Tetris clone made with PyGame
# CS20 Final Assignment
# My Full Name Goes Here
# January 13, 2025
import pygame
import random as rand
# Stores TETROMINO_COLORS used for each of the 7 Tetrominoes
TETROMINO_COLORS = [
(0, 255, 255),