Skip to content

artemka-sh/tetris_ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris in ncurses

This is an implementation of the classic game Tetris using the ncurses library for a terminal interface.

Dependencies

Make sure you have the ncurses library installed. You may need to install the lib64ncurses-devel package.

Building the Project

To build the project, follow these steps in the root directory of the tetris_ncurses project:

mkdir build
cd build
cmake ..
cmake --build .

Run

./tetris

asciicast

Releases

No releases published

Packages

 
 
 

Contributors