This is unfinished tetris project written in pure C with CSFML-2.3-2 library. To compile source code I use following command: gcc -g main.c functions.c shape_maps.c -o debug/main -lcsfml-graphics -lcsfml-window -lcsfml-system