diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -2,11 +2,11 @@ [](https://travis-ci.org/Oxore/tetris-csfml)  -This is unfinished tetris project written in pure C with CSFML library. It is under development. +This is unfinished tetris project written in pure C with CSFML library. It is under development. Basically I am learning some techniques and patterns for C and trying to use them here.  - + __Dependencies__ @@ -44,7 +44,6 @@ Look at the [repo releases](https://github.com/Oxore/tetris-csfml/releases)! Now - Change key bindings - Change colorscheme and define new - Number of levels -- Three next shapes -- Main menu with beauties -- Look with sprites +- [x] Three next shapes +- Look with sprites and shaders - Interprocess communication interface for control from other process (I want to connect machine learning algorithm and make it play and learn) |