Game of Tetris in Console implemented in C# Solution is based/inspired on OneLoneCoder C++ implementation from following video: https://www.youtube.com/watch?v=8OK8_tHeCIA&list=PLrOv9FMX8xJE8NgepZR1etrsU63fDDGxO
Both implementation differe to some extent, since this solution doesnt use WindowsAPIs for writing to console and user input.
A or LeftArrow => move left D or RightArrow => move right W or UpArrow => rotate S or DownArrow => push down