diff options
author | Oxore <oxore@protonmail.com> | 2016-08-03 17:35:47 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-03 17:35:47 +0700 |
commit | 691c278909863f8de2a4776e7fe703c16c59d9a1 (patch) | |
tree | 14e8d5d0bb24ffd867f12e81034ca09050b8df3f | |
parent | 1787dede6b01826eb9e13fc331758d92793b3f71 (diff) |
Update README.md
-rw-r--r-- | README.md | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,4 +1,20 @@ -This is unfinished tetris project written in pure C with CSFML-2.3-2 library. +## Tetris CSFML -To compile source code I use following command: +This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development. + +To compile the source code under __linux__ with gcc and run I use following commands: +``` gcc -g main.c functions.c shape_maps.c -o main -lcsfml-graphics -lcsfml-window -lcsfml-system + +./main +``` +Hit *Return* to start game. + +__TODO:__ + +- "Game Over" with restart +- Levels and scores system with table of records +- Three next shapes +- Main menu with beauties +- Look with sprites +- Autoconf and autotools script |