Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 511 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 511 Bytes

Unity_Tetris

Description

A simple tetris clone made with unity3d 2019 (LTS).

Features

  • Uses new 2d lights with unity.
  • Showcases several design patterns including State Pattern, Flyweight Pattern (using Scriptable objects), Command Pattern and more.
  • Implements strategy pattern with various rotation (NES, Super, etc) and line clear (Naive, Sticky) algorithms.
  • Supports easy custom tetromino creation.