Simple Tetris Game project is developed using C# language. Tetris is a puzzle tile matching game. Talking about the gameplay, the pieces/tetri minos falls randomly in different shapes and the main objective of this game is to control these pieces by moving sideways using Left, right keys(if needed).
When the user crosses a certain no. of lines, the game enters a new level. As the game reaches more level it causes the pieces to fall faster and the game finishes when a stack of pieces reaches the top of the field & no new pieces are able to fall/enter into the field. This gaming project is easy to operate and understand by the users.