A Tetris clone.
- C++14 Compiler (clang/gnu gcc)
- CMake
- SDL2
- SDL2 TTF
- SDL2 Mixer
- CppUnit
git clone https://github.com/RafaelOstertag/gangof4.git
cd gangof4
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
You may run it by issuing src/gangof4
or install it by typing sudo make install
.