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.
- Play a game of Balatro in your terminal 🃏
- Fast, minimal, and cross-platform
- Modular codebase with core logic and widgets
balatro_tui/- Main TUI applicationbalatro_tui_core/- Game logic and core typesbalatro_tui_widgets/- UI widgets for the TUI
- Rust (latest stable recommended)
cargo run --release --package balatro_tuicargo fmt
cargo clippycargo test --workspaceSee CONTRIBUTING.md for guidelines.
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.
