An open API service indexing awesome lists of open source software.

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.

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

[![Crates.io](https://img.shields.io/crates/v/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)

## 📼 Demo

![demo-gif](assets/demo.gif)

## ✨ Features

> Coming soon.

## 📦 Install

### 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`

## 🚀 Getting started

```bash
euchre
```

## ⚙️ Configuration

> Coming soon.

## ❓ FAQ

### ...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.

## ⚖️ Legal

Copyright (c) 2024 Bradley Wojcik. Released under the MIT License. See
[LICENSE](LICENSE) for details.