1 unstable release
| 0.1.0 | Oct 5, 2025 |
|---|
#236 in Games
153 downloads per month
135KB
730 lines
Tetris RS
Play Tetris written in Rust

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