My Tetris Project, I'll be attempting to recreate the game Tetris.
My goals are as follows:
- Create blocks that can move, rotate, and align into place.
- Create an algorithm that recognizes when a line has been completed and removes it.
- Create a scoreboard.
- Have the next block appear in a preview window.
Essentially - Recreate Tetris.