aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 9af8e610d2a909c11eeb51ba61ec98edff63775f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Tetris CLI

## Description

Tiny tetris game in a terminal

![screenshot](screenshot.png)

(Linux only!)

Available for Arch on the AUR as [tetris-cli-git](https://aur.archlinux.org/packages/tetris-terminal-git)

## Controls

+ a -> Move left
+ d -> Move right
+ q -> Rotate left
+ e -> Rotate right
+ s -> Instant drop
+ Backspace -> Quit

## Build dependencies

You should just need the [Rust programming language](https://www.rust-lang.org/tools/install) installed and a Linux machine (Windows cmd is bad when it comes to terminal graphics).