Unity · 2020.3 · 2D

Free Unity 2020.3 Project: Tetris Tutorial with Tilemap (Zigurous)

Original title: unity-tetris-tutorial

Free Unity 2020.3 Project: Tetris Tutorial with Tilemap (Zigurous)
Preview from the original source by Zigurous

Overview

unity-tetris-tutorial is Zigurous' complete Unity 2020.3 project recreating Tetris, matching the step-by-step tutorial on the Zigurous YouTube channel. The board is built on a Tilemap, tetromino shapes are defined as ScriptableObject-like data structs, and the code handles piece rotation with wall kicks and line clearing on the Built-in Render Pipeline.

It is a small project hosted on GitHub as a free direct download; no license is stated, so check the README before reusing it. A friendly first 2D project for beginners who want to see a classic puzzle game implemented cleanly.

What You Can Learn

  • Tilemap-based game board
  • Piece rotation with wall kicks
  • Tetromino data via ScriptableObject-like structs
Visit Original Project

Access: Free direct download