mirror of
https://github.com/Passeriform/BalatroTUI
synced 2026-07-21 09:03:49 +00:00
No description
- Rust 99.1%
- Nix 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .cargo | ||
| .github | ||
| .vscode | ||
| assets | ||
| balatro_tui | ||
| balatro_tui_core | ||
| balatro_tui_widgets | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
| TODO | ||
| typos.toml | ||
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 applicationbalatro_tui_core/- Game logic and core typesbalatro_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.
