The game Tetris with the help of c++ and openGl.
- Make sure OpenGL is installed
- The game can be run by executing Tetris Final.cbp
- You can also run from terminal using
- g++ main.cpp -lglut -lGL -lGLU
- ./a.out
- The next tetromino will be visible on 'Next Window'.
- Score will be visible on the 'Score Window'.
- The main game will be played on the 'Game Window'.
- Use arrow keys to control where current tetromino will fall.
- The tetrominos can be rotated by up and down arrow keys.
- The speed of the falling tetromino can be controlled by '+' and '-' keys.
- For a demo and instructions use this link :https://drive.google.com/file/d/1P4i_us9zna4L-CYgvXUEfCHnwK8Tx_F9/view?usp=sharing