A simple tetris game is written with C, and is rendered by SDL2.
available key control for pure keyboard:
- Esc - Quit current scenes.
- Q - Same as above.
- up - rotate rock.
- down - control rock fall down.
- left - control rock to left.
- right - control rock to right.
- M - toggle mute.
- H - halt music.
- 9 - volume down.
- 0 - volume up.
More detail please view code: < https://github.com/Joker2770/Tetris-ever-mixer >.