Skip to content
/ uno-rs Public

Rust implementation of Uno card game

Notifications You must be signed in to change notification settings

mloning/uno-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust implementation of Uno card game

I give an overview of my implementation in my blog post.

For my Python implementation of Uno, see this blog post and repo.

For Uno rules, see Wikipedia or these instructions.

How to play

Run: cargo run

Development

  • cargo clippy for linting using Clippy
  • cargo test --lib run unit tests in library
  • cargo add <dependency> to add a new dependency
  • cargo remove <dependency> to remove a dependency

About

Rust implementation of Uno card game

Topics

Resources

Stars

Watchers

Forks

Languages