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
- Host: GitHub
- URL: https://github.com/mloning/uno-rs
- Owner: mloning
- Created: 2024-02-18T17:17:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T18:22:07.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:43:11.744Z (over 1 year ago)
- Topics: rust, uno-game
- Language: Rust
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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