Skip to content

WhySoBad/console-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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