Project: Java-Tetris

Working game of Tetris in Java SWING and AWT

Created: 1/22/2022, 6:08:51 AM

Updated: 11/8/2022, 10:01:07 PM

README.md:

Java-Tetris

Working game of Tetris in Java SWING and AWT

This project also gave me a core programming horror of not understanding references vs values, and wondering why 2 variables were changing with each other even though they were declared differently. Horror.