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

https://github.com/mloning/uno-rs

Rust implementation of Uno card game
https://github.com/mloning/uno-rs

rust uno-game

Last synced: over 1 year ago
JSON representation

Rust implementation of Uno card game

Awesome Lists containing this project

README

          

# Rust implementation of Uno card game

I give an overview of my implementation in my [blog post](https://www.mloning.com/posts/implementing-uno-card-game-in-rust/).

For my Python implementation of Uno, see this [blog post](https://www.mloning.com/posts/implementing-uno-card-game-in-python) and [repo](https://github.com/mloning/uno-py).

For Uno rules, see [Wikipedia]() or these [instructions]().

## How to play

Run: `cargo run`

## Development

* `cargo clippy` for linting using [Clippy](https://github.com/rust-lang/rust-clippy)
* `cargo test --lib` run unit tests in library
* `cargo add ` to add a new dependency
* `cargo remove ` to remove a dependency