Solves a custom variant of Tetris (Tetrisito) using the MIPS assembly language. Submitted on May 21, 2023 as part of the requirements for CS 21. The implementation includes line clearing as a bonus component.
- Clone the repository.
- Use a terminal of your choice.
- cd into the repository directory and run the command
java -jar Mars4_5.jar p cs21project1.asm < filename.in
. Make sure Java is installed in your system. - Profit!