diff options
author | Oxore <oxore@protonmail.com> | 2018-07-03 15:35:10 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2018-07-03 15:35:10 +0300 |
commit | 45ebf081cbf623bc258d20f38b68ed6c334316d3 (patch) | |
tree | 0e3a8ccc07fc540d113c34444ea0645519c3bbc6 | |
parent | ed8127a72e1a2d2703372d5b5dfa8d96703ec3bb (diff) |
Update README.md according to changes
Check "Three next shapes". Remove silly "Main menu with beauties" entry.
Declare shaders in "Look with sprites" entry. Change gameplay
screenshot.
-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) |