Archives

Tetris game
Tetris Capstone project for Udacity Nanodegree program CppND.Project implements the game Tetris. Gameplay Player should place the falling figures in a way that the pile on the bottom has as less as possible empty cells. When line in the pile has no empty cells, it is deleted. Player can rotate figures, accelerate their fall. Player fails, when…