/console-tetris

A terminal ui to play tetris in the console

Primary LanguageC++

console-tetris

A terminal ui to play tetris in the console

image

Features

  • Support for big and small terminals
  • Progress is saved at ~/.config/console-tetris/console-tetris.conf
  • Growing difficulty with increasing levels
  • Point calculation like on Nintendo's Tetris versions
  • Tetromino rotation like on the Gamebody version

Shortcuts

  • Exit the program
  • Pause the game
  • Reset the game

Build & Usage

This program has a single dependency to ncurses and was tested on Arch

For building you need to have cmake installed:

# Setup cmake
cmake .
# Build the project
cmake --build .

After this, you'll find the console-tetris binary in the ./bin directory