Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 668 Bytes

Tetris CLI

Description

Tiny tetris game in a terminal

screenshot

Install with cargo install tetris-cli

Requires a Linux or other *nix Terminal (i.e. won't work in Windows Terminal)

Also available for Arch on the AUR as tetris-cli-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 installed and a *nix machine (Windows cmd is bad when it comes to terminal graphics).