This is a terminal version of the famous game Tetris, you can choose the level and table measurements.
- Clone the app in github
- Download compiler
- Open the command line and change directory to the particular one where the source file is stored, using cd like so:
cd C:\Documents
- Then, to compile, type in the command prompt:
gcc BluHatsTetris2.cpp -o outputfile.exe
- Finally, to run the code, type:
outputfile.exe