Skip to content

zachMahan64/tetrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetrs Demo

Tetrs (tetrs-tui)

Features

  • Runs on Linux, MacOS, and Windows
  • Beautiful TUI graphics
  • Difficulty scaling
  • Piece holding
  • Toggleable music
  • Toggleable ghost piece
  • Persistent highscore

Install

Before getting started, make sure you have Rust and Cargo installed. Installing ALSA dev packages for (only needed for Linux):

# Ubuntu & Debian
sudo apt update
sudo apt install libasound2-dev pkg-config

# Fedora
sudo dnf install alsa-lib-devel pkgconf-pkg-config

# Arch
sudo pacman -S alsa-lib pkgconf

Installing Tetrs:

cargo install tetrs-tui

Run

# if your Cargo binaries are on your path: 
tetrs
# otherwise:
cd ~
./.cargo/bin/tetrs

License

About

a tui-based rust implementation of tetris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages