Prototype 3 - Tetris Replica
Tetris Replica is a game prototype I built while following along with Noob Tuts’ Unity 2D Tetris Tutorial on Noob Tuts. The core gameplay loop is:
- Rotate falling blocks
- Move falling blocks into position
- Avoid creating gaps in rows
- Clear the lines by filling rows
Play the game in your browser here.
View my GitHub repo here.