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++
- Host: GitHub
- URL: https://github.com/artemka-sh/tetris_ncurses
- Owner: artemka-sh
- Created: 2024-08-22T08:52:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T22:03:31.000Z (5 months ago)
- Last Synced: 2026-01-13T02:40:32.702Z (5 months ago)
- Topics: cpp, multithreaded, ncurses, ncurses-game, ncurses-ui, tetris, tetris-clone, tetris-game, tetrisgame
- Language: Makefile
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
[](https://asciinema.org/a/697683)