diff options
-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 |