tetrs-tui 0.1.2

A terminal-based Tetris clone built using the Cursive TUI library.
Documentation

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

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

cargo run --package tetrs-tui

or, if your Cargo binaries are on your path:

tetrs

License