| Crates.io | tetrs-tui |
| lib.rs | tetrs-tui |
| version | 0.1.3 |
| created_at | 2025-11-08 01:37:17.451675+00 |
| updated_at | 2025-11-26 23:38:29.295394+00 |
| description | A terminal-based Tetris clone built using the Cursive TUI library. |
| homepage | https://github.com/zachMahan64/tetrs |
| repository | https://github.com/zachMahan64/tetrs |
| max_upload_size | |
| id | 1922409 |
| size | 22,509,788 |

Before getting started, make sure you have Rust and Cargo installed. Installing ALSA dev packages for (only needed for Linux):
# Ubuntu & Debian
sudo apt update
sudo apt install libasound2-dev pkg-config
# Fedora
sudo dnf install alsa-lib-devel pkgconf-pkg-config
# Arch
sudo pacman -S alsa-lib pkgconf
Installing Tetrs:
cargo install tetrs-tui
# if your Cargo binaries are on your path:
tetrs
# otherwise:
cd ~
./.cargo/bin/tetrs