This is an implementation of the classic game Tetris using the ncurses library for a terminal interface.
Make sure you have the ncurses library installed. You may need to install the lib64ncurses-devel package.
To build the project, follow these steps in the root directory of the tetris_ncurses project:
mkdir build
cd build
cmake ..
cmake --build ../tetris