summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
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