Tetris - CS106A Code In Place Final Project

by Grace S

Description

For my project, I created a simplified version of the game Tetris. Users have the ability to move pieces left, right, and down using arrow keys, although the current version does not allow for rotation. The goal is to complete rows, which will give the user a point and will make the row disappear. Once the pieces reach the top of the screen, the game is over and the user is shown their point total.