Tile the plane with tetris pieces.
Doesn't follow the official repartition of pieces types (yet ?).
sudo apt install libsdl2-dev libsdl2-2.0-0 -y;
git clone https://github.com/CesarChaussinand/tetrisTiler.git
cd tetrisTiler
mkdir build
cd build
cmake ../
make
./tetrisTile [maximum level of substitution] [window size (px)] [size of the margin between pieces (px)]