Skip to content

blueOkiris/tetris-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).