summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-25 18:41:18 +0700
committerOxore <oxore@protonmail.com>2017-05-25 18:41:18 +0700
commitd66b6169cf254cd0d7c83354170824c39a663ad5 (patch)
treee7559a88fb35c15f0e83de78b41cd3a8bba4a93e /README.md
parent5a8b79c468578cd5226d8a543324835ca6978103 (diff)
Makefile added, README.md updated
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7afde7c..44e66b2 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
## Tetris CSFML
-This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development. Obvious, it depends on csfml.
+This is unfinished tetris project written in pure C with CSFML library. It is under development. Obvious, it depends on csfml, but nothing more.
-To compile and run the source code under __nix__ just enter following commands:
+__Compilation__
```
-./bld
-./main
+make all
```
-Hit *Return* to start game.
+File named "tetris" is the final binary. Run it. Hit *Return* to start game.
__TODO:__
@@ -16,4 +15,3 @@ __TODO:__
- Three next shapes
- Main menu with beauties
- Look with sprites
-- Autotools script