An open API service indexing awesome lists of open source software.

https://github.com/artemka-sh/tetris_ncurses

Tetris ncurses c++
https://github.com/artemka-sh/tetris_ncurses

cpp multithreaded ncurses ncurses-game ncurses-ui tetris tetris-clone tetris-game tetrisgame

Last synced: about 1 month ago
JSON representation

Tetris ncurses c++

Awesome Lists containing this project

README

          

# 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:

```bash
mkdir build
cd build
cmake ..
cmake --build .
```
## Run
```bash
./tetris
```

[![asciicast](https://asciinema.org/a/697683.svg)](https://asciinema.org/a/697683)