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
- Host: GitHub
- URL: https://github.com/mike42/blocks
- Owner: mike42
- License: other
- Created: 2013-03-10T11:31:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T03:51:39.000Z (about 6 years ago)
- Last Synced: 2025-04-07T14:51:21.644Z (9 months ago)
- Topics: curses, game, linux, tetris
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blocks [](https://travis-ci.org/mike42/blocks)
================
This is a simple text-based tetris clone for Linux.

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