Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install balatro_tui
It will make the balatro_tui command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall balatro_tui uninstalls.
Back to the crate overview .
Readme
Balatro TUI
A minimal clone of Balatro built in Rust that runs in your terminal.
NOTE: This project is WIP. Please check TODO for feature tracking list.
Features
Play a game of Balatro in your terminal 🃏
Fast, minimal, and cross-platform
Modular codebase with core logic and widgets
Project Structure
balatro_tui/ - Main TUI application
balatro_tui_core/ - Game logic and core types
balatro_tui_widgets/ - UI widgets for the TUI
Getting Started
Prerequisites
Rust (latest stable recommended)
Build and Run
cargo run -- release -- package balatro_tui
cargo fmt
cargo clippy
Run Tests
cargo test -- workspace
Contributing
See CONTRIBUTING.md for guidelines.
License
This project is licensed under the MIT License. See LICENSE for details.
NOTE: All rights of Balatro the game reside with the original developer LocalThunk.