blob: 7afde7cddbbfef7daac35a9493108059c27c021e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Tetris CSFML
This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development. Obvious, it depends on csfml.
To compile and run the source code under __nix__ just enter following commands:
```
./bld
./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
- Autotools script
|