https://github.com/boldandbrad/euchre-tui
♠️ Play euchre in your terminal.
https://github.com/boldandbrad/euchre-tui
cli ratatui rust tui
Last synced: 6 months ago
JSON representation
♠️ Play euchre in your terminal.
- Host: GitHub
- URL: https://github.com/boldandbrad/euchre-tui
- Owner: boldandbrad
- License: mit
- Created: 2024-03-01T02:21:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T15:11:20.000Z (about 2 years ago)
- Last Synced: 2025-10-12T13:48:51.303Z (9 months ago)
- Topics: cli, ratatui, rust, tui
- Language: Rust
- Homepage:
- Size: 646 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
> [!WARNING]
> **euchre-tui** is currently in **ALPHA**. This means it is highly unstable and
> is missing key features.
# euchre-tui
[](https://crates.io/crates/euchre-tui)
Play euchre in your terminal with a beautifully
designed text-based interface.
**Jump to:**
[Demo](#demo) |
[Features](#features) |
[Installation](#install) |
[Getting Started](#getting-started) |
[Configuration](#config) |
[FAQ](#faq) |
[Legal](#legal)

> Coming soon.
### Via [Cargo](https://crates.io)
```bash
cargo install euchre-tui
```
### Build from source
1. Install [Rust](https://rust-lang.org/tools/install)
1. Run `git clone https://github.com/boldandbrad/euchre-tui` and `cd euchre-tui`
1. Run `cargo install --path .`
1. Ensure `~/.cargo/bin` or `$CARGO_HOME/bin` is in your `$PATH`
```bash
euchre
```
> Coming soon.
### ...but what the heck is even euchre?
Euchre is a team-based trick-taking card game for 4 players that is popular in
the US Midwest, and some other places.
Copyright (c) 2024 Bradley Wojcik. Released under the MIT License. See
[LICENSE](LICENSE) for details.