https://github.com/passeriform/balatrotui
A TUI clone of Balatro, a game by LocalThunk
https://github.com/passeriform/balatrotui
Last synced: 11 months ago
JSON representation
A TUI clone of Balatro, a game by LocalThunk
- Host: GitHub
- URL: https://github.com/passeriform/balatrotui
- Owner: Passeriform
- License: gpl-3.0
- Created: 2024-09-20T02:23:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-25T18:39:01.000Z (12 months ago)
- Last Synced: 2025-07-26T11:12:56.399Z (11 months ago)
- Language: Rust
- Homepage: https://www.passeriform.com/prod/BalatroTUI
- Size: 955 KB
- Stars: 67
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Balatro TUI
A minimal clone of Balatro built in Rust that runs in your terminal.

> NOTE: This project is WIP. Please check [TODO](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](https://www.rust-lang.org/tools/install) (latest stable recommended)
### Build and Run
```sh
cargo run --release --package balatro_tui
```
### Format and Lint
```sh
cargo fmt
cargo clippy
```
### Run Tests
```sh
cargo test --workspace
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
*NOTE: All rights of Balatro the game reside with the original developer LocalThunk.*