blocks

A command-line tetris clone for GNU/Linux

OTHER License

Stars
5

Blocks Build Status

This is a simple text-based tetris clone for Linux.

Compiling

You will need ncurses and cmake to compile this. On Debian:

apt-get install cmake libncurses5-dev

And then:

cmake .
make
./blocks

Controls

  • Move: Right, down, left
  • Rotate: Up
  • Drop: Spacebar
  • Quit: q
Badges
Extracted from project README
Build Status