summaryrefslogtreecommitdiff
path: root/README.md
blob: 59de24371c5221fa71839f7cfb486d55c80c13e3 (plain)
1
2
3
4
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