From 81a072addd62c6c796633ab456b02c586cf86570 Mon Sep 17 00:00:00 2001 From: oxore Date: Sun, 4 Sep 2016 00:24:25 +0700 Subject: Structurized. README.md updated. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 00e0366..7afde7c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ ## Tetris CSFML -This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development. +This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development. Obvious, it depends on csfml. -To compile and run the source code under __linux__ with gcc I use following commands: +To compile and run the source code under __nix__ just enter following commands: ``` -gcc -g main.c functions.c shape_maps.c -o main -lcsfml-graphics -lcsfml-window -lcsfml-system - +./bld ./main ``` Hit *Return* to start game. -- cgit v1.2.3