Dependencies: SFML 2.5.1 Using Cmake from commandline From our base project directory, type in the following commands:
$ cmake CMakeLists.txt -B Tetris
$ cd Tetris/
$ make
$ ./Tetris
It is a classic Tetris Game with some tweaks of our own. It basically has 5 states(i.e Windows) and they are shown below:
Fig: IntroState
Fig: MainMenuState
Fig: GamePlayState
Fig: GameOverState
Fig: HighScoreState