summaryrefslogtreecommitdiff
path: root/README.md
blob: f786fc96ff5334d20fdae13d416fb2d78693d0e7 (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 main -lcsfml-graphics -lcsfml-window -lcsfml-system