diff options
author | oxore <oxore@protonmail.com> | 2016-07-29 07:16:21 +0700 |
---|---|---|
committer | oxore <oxore@protonmail.com> | 2016-07-29 07:16:21 +0700 |
commit | 03e74d098cc9a0abda9d6d678089a0c6ce1b0066 (patch) | |
tree | 3d3b3ad0029848fac1074ead516223247b2b1c0e /README.md |
Just added to github. Project is too raw.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..59de243 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |