Tetris in the terminal...
- SRS rotation
- Holding
- Previews
- Music and Sound effects
- customizable keybinds?
- network?
- no DAS, not sure if it is possible
- gui :)
A compiler which supports at least C99 is needed
git clone https://github.com/wispl/ttetris.git
cd ttetris
make
- ncurses
- miniaudio (vendored)
- stb_vorbis (vendored)
- music and sound effects: tetra_legends
- rotation & kicktable, and inspiration: nullpomino
- gravity: tetris fandom for gravity leveling
- guidelines: tetris wiki
- miniaudio: an excellent, simple, and featureful header library
- stb_files: providing a sane way to compile features on Windows