From 03e74d098cc9a0abda9d6d678089a0c6ce1b0066 Mon Sep 17 00:00:00 2001 From: oxore Date: Fri, 29 Jul 2016 07:16:21 +0700 Subject: Just added to github. Project is too raw. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3