A custom tetris game with custom blocks. This was created while at Andover High School in 2018 with a friend for AP Computer Science Java. This is a custom version of the popular game Tetris. All the block pieces are custom odd shapes.
Credits: Sebastian Harder, Brendan Nguyen
While in the src
subdirectory of the project, use the following command to compile the Java files.
javac -d ../classes *.java