# CTetris **Repository Path**: zhang_yan_sheng/CTetris ## Basic Information - **Project Name**: CTetris - **Description**: Tetris game in C++ and SDL2 library - **Primary Language**: C++ - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## What is this program? This is a simple Tetris game program. It is written in C++ and SDL2 library. ## Building CTetris 1. Download required dependent library SDL2 from github address: https://github.com/grimfang4/SDL_FontCache.git 2. Build SDL_FontCache into libfontcache.a 3. Copy "libfontcache.a" and head file "SDL_FontCache.h" to dep_libs directory. 4. "cd CTetris" and execute "cmake --build . -- -v" command. ## TODO Run this program with NCURSES library.