diff options
author | Oxore <oxore@protonmail.com> | 2017-12-02 10:41:17 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-02 10:41:17 +0300 |
commit | 16a4af87e0c1f55b776f28aabeee916e816c9aee (patch) | |
tree | 06f88583923533a459278ba542483b7a58713f44 | |
parent | 3768cde7594ee1c39b09e14369452652282e66e8 (diff) |
Add information about dependencies
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -2,14 +2,25 @@ [](https://travis-ci.org/Oxore/tetris-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. +This is unfinished tetris project written in pure C with CSFML library. It is under development. -__Compilation__ +__Dependencies__ +`SFML` +`CSFML` +`libyaml` + +__Compilation and use__ +Compilation: ``` make all ``` File named "tetris" is the final binary. Run it. Hit *S* to start game. +Cleaning: +``` +make clean +``` + __TODO:__ - Levels speed and scores calibration |