Tetris clone focused on game logic with SDL2 rendering.
Built in C++
Controls
Left/Right: moveDown: soft dropZorUp: rotateSpaceorX: hard dropR: resetEsc: quit
macOS Build (Homebrew + CMake)
- Install SDL2:
brew install sdl2
- Build:
cmake -S . -B build
cmake --build build
- Run:
./build/tetris