Skip to content

shixinhuang99/sxtetris

Repository files navigation

Sxtetris

A terminal Tetris game written in Rust, based on ratatui and tokio

sxtetris-demo.mov

Installation

Cargo

cargo install sxtetris --locked

AUR

You can install sxtetris from the AUR with using an AUR helper.

paru -S sxtetris

Binary releases

Download the latest release binary

Note

  1. Suggested minimal terminal size: 176x49
  2. If you are a macOS user, please do not use the built-in terminal, as its forced line spacing makes the characters in the game look weird. It is recommended to use more modern terminals such as iTerm2.

Sources of music and sound effects

All audio files are in the src/assets directory, files from freesound are trimmed

file author source
bg_music.mp3 Stable Audio https://stableaudio.com/1/share/a6ae7a5b-9acf-4082-9032-7b32a9b76c96
game_over.wav themusicalnomad https://freesound.org/people/themusicalnomad/sounds/253886/
lock.wav Mellau https://freesound.org/people/Mellau/sounds/506054/
menu.wav Christopherderp https://freesound.org/people/Christopherderp/sounds/342200/
move.wav aphom000 https://freesound.org/people/aphom000/sounds/623175/
clear.mp3 B_Lamerichs https://freesound.org/people/B_Lamerichs/sounds/193123/

Disclaimer

This project is an open-source Tetris game running in the terminal. The Tetris game is a registered trademark, and all rights belong to its respective owner. This project is intended for educational and research purposes only and should not be used for any commercial purposes.

By using this project, you agree to use it solely for non-commercial educational and research purposes. The developer is not responsible for any infringement.