Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 221 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 221 Bytes

tinytris

Fast and small header-only Tetris engine written in C/C++

tetris.h contains the engine itself, main.cpp contains a simple SDL2-based renderer and input handler

tetris.h will work both on C and C++ code