tetris 0.1.0

Play Ascii tetris with rust
tetris-0.1.0 is not a library.

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.