This project is an ASCII based tetris game that I built during a programming class, when I should have been doing my programming assignments. This version of tetris was modeled after Tetris: The grand master (TGM) by Arika.
This is going to be windows specific as I had to use some windows specific functions for controlling cursor position to simulate a "rastering" of the screen.
https://en.wikipedia.org/wiki/Tetris:_The_Grand_Master
Controls are,
Instant drop: w
Move left: a
Move right: d
Move down: s
Rotate left: j
Rotate right: k