This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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), |