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

https://github.com/bhollier/solitaire

Solitiare in Rust
https://github.com/bhollier/solitaire

card-game rust rust-lang solitaire solitaire-game

Last synced: about 1 year ago
JSON representation

Solitiare in Rust

Awesome Lists containing this project

README

          

# Solitaire
[![CI](https://github.com/bhollier/solitaire/actions/workflows/rust.yml/badge.svg)](https://github.com/bhollier/solitaire/actions/workflows/rust.yml)

Solitaire in rust 🦀

### Terminal UI

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

Powered by [ratatui](https://github.com/ratatui-org/ratatui).

Run it with:
```bash
git clone https://github.com/bhollier/solitaire
cd solitiare
cargo run --package solitaire --bin solitaire-tui --features=tui
```