Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 163 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 163 Bytes

Tetris

Implementation of the game Tetris (Russia block) in C++ and OpenCV.

DEMO

mkdir build
cd build
cmake ..
make
Tetris

demo