uno-cli

Crates.iouno-cli
lib.rsuno-cli
version0.1.7
sourcesrc
created_at2024-02-06 17:13:59.153374
updated_at2024-02-14 13:25:29.444208
descriptionrust cli for uno game
homepage
repository
max_upload_size
id1129207
size743,493
Ben Raz (BenRaz123)

documentation

README

screenshot of a typical game

Uno-CLI

Install

With Cargo Installed

$ cargo install uno-cli

Building from Source

$ git clone https://github.com/benraz123/uno
$ cd uno
$ cargo run

What is this?

uno-cli is an attempt to model Uno in a command line context.

How does Uno-CLI work?

To launch, write uno-cli. Use WASD/HJKL keys to select cards. A card can be played if it is a wild card, or if it is the same number or same color or both.

Default Keybindings

Key Action
a / h Move cursor one to the left
d / l Move cursor one to the right
Enter Select Option

Progress

  • Get basic game running
  • Add skip card
  • Add draw two card
  • Add wild card
  • Add wild draw four card
Commit count: 0

cargo fmt