tetris-cli

Crates.iotetris-cli
lib.rstetris-cli
version23.96.1
sourcesrc
created_at2022-06-07 01:05:00.330216
updated_at2023-09-08 19:41:57.731231
descriptionA tetris clone for your terminal.
homepage
repositoryhttps://github.com/blueOkiris/tetris-cli
max_upload_size
id601173
size72,447
Dylan Turner (blueOkiris)

documentation

README

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)

Available for Arch on the AUR as tetris-cli-git

and on NetBSD tetris-cli from the official repositories.

Controls

  • a -> Move left
  • d -> Move right
  • q -> Rotate left
  • e -> Rotate right
  • s -> Instant drop
  • p -> Pause
  • 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).

Commit count: 40

cargo fmt