#tetris-game #terminal-game #game

app tetris

Play Ascii tetris with rust

1 unstable release

0.1.0 Oct 5, 2025

#236 in Games

Download history 122/week @ 2025-10-04 26/week @ 2025-10-11 5/week @ 2025-10-18

153 downloads per month

CC-BY-NC-4.0

135KB
730 lines

Tetris RS

Play Tetris written in Rust

preview

Features

  • Color Themes
    • Classic (Default)
    • Neon
    • Pastel
  • Localization (4 Languages)
    • English (Default)
    • Hebrew
    • Russian
    • Ukrainian

Installation

All installation steps require the cloned repository.

Clone the repository

git clone https://codeberg.org/blx/Tetris-RS.git
cd Tetris-RS

Run without building

just dry-run

Build for development

just build-dev

Install globally

sudo just install

This installs:

  • Binary to /usr/local/bin/tetris
  • Language files to /usr/share/tetris/lang/

Uninstall

sudo just uninstall

Configuration

Settings are stored at ~/.config/tetris/tetris.toml

[!NOTE] To reset your settings, delete the config file and restart the game:

rm ~/.config/tetris/tetris.toml

Controls

  • ← → : Move left/right
  • : Soft drop
  • : Rotate
  • Space : Hard drop
  • Q : Quit game

License

Free to modify and distribute. Do not claim as your own work or sell commercially.

Dependencies

~2–14MB
~119K SLoC