tetris 0.1.0

Play Ascii tetris with rust
# Tetris RS
*Play Tetris written in Rust*

![preview](preview.png)

## 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
```bash
git clone https://codeberg.org/blx/Tetris-RS.git
cd Tetris-RS
```

### Run without building
```bash
just dry-run
```

### Build for development
```bash
just build-dev
```

### Install globally
```bash
sudo just install
```

This installs:
- Binary to `/usr/local/bin/tetris`
- Language files to `/usr/share/tetris/lang/`

### Uninstall
```bash
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:
> ```bash
> 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.