Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 347 Bytes

STris

STris is yet another tetris game, developed completely in C23 with SDL3.

The game supports the following features:

  • Three different modes: standard, extended and nightmare.
  • Score, level handling.
  • Top 10 high scores list.

The game is self-contained which means it's a unique executable without any data files to install along.