Block Attack - Rise of the Blocks
Based on Tetris Attack
compare all 4 clones
About
Block Attack - Rise of the Blocks is an open-source, GPL-licensed clone of Tetris Attack, written in C++17 with SDL2. It is actively developed, targeting current Ubuntu LTS releases and Windows 10 and later on x86-64, and is built via CMake, with Docker images available for reproducible Linux and Windows builds.
Getting started
After installing SDL2 and its image/mixer/ttf extensions along with libphysfs, libfmt, and Boost, the game is built by running a data-packing script followed by CMake and make; the resulting executable is placed in the "Game" folder, or the project can be installed system-wide with make install.