Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 496 Bytes

Tetris+ (A Custom Tetris Arcade Game)

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

Compiling the Java Classes

While in the src subdirectory of the project, use the following command to compile the Java files.

javac -d ../classes *.java