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

https://github.com/mike42/blocks

A command-line tetris clone for GNU/Linux
https://github.com/mike42/blocks

curses game linux tetris

Last synced: 3 months ago
JSON representation

A command-line tetris clone for GNU/Linux

Awesome Lists containing this project

README

          

Blocks [![Build Status](https://travis-ci.org/mike42/blocks.svg?branch=master)](https://travis-ci.org/mike42/blocks)
================

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

![Screenshot](screenshot.png)

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

```bash
apt-get install cmake libncurses5-dev
```

And then:

```bash
cmake .
make
./blocks
```

Controls
-------------
* Move: Right, down, left
* Rotate: Up
* Drop: Spacebar
* Quit: q