Overview
Just another implementation of tetris
j -move left
l - move right
i - rotate
k - drop
r - restart
There is no score, just lines, levels and some statistics (2x - number of times, two lines where removed ). That's just a brief implementation, that introduce some usage of GDU+ and Windows.Forms. Exposes custom drawing control. Uses opaque background instead of real doublebuffering.