Colin Sutter


Unfair Tetris is a Console Game made by me for my AP Computer Science A Class.
Unfair Tetris adds some extra challenges.
You can play Unfair Tetris on replit just click the play button and us W, A, S, D to play
While making it I used 2d list to hold the state of the board. By using 0's as air, 1's and a moving tile, and 2's as a solid block. I also learned how to do continuous input in the Java Console Stack Overflow