balatro_tui

Crates.iobalatro_tui
lib.rsbalatro_tui
version0.1.4
created_at2024-09-20 19:48:55.918396+00
updated_at2025-06-25 18:33:25.050453+00
descriptionBalatro game clone in CLI
homepagehttps://www.passeriform.com/prod/BalatroTUI
repositoryhttps://github.com/Passeriform/BalatroTUI
max_upload_size
id1381742
size117,747
Utkarsh Bhardwaj (Passeriform)

documentation

https://docs.rs/balatro_tui/latest/balatro_tui/

README

Balatro TUI

A minimal clone of Balatro built in Rust that runs in your terminal.

Demo Video

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

Format and Lint

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.

Commit count: 81

cargo fmt