blackjack-cli

Crates.ioblackjack-cli
lib.rsblackjack-cli
version0.1.3
sourcesrc
created_at2021-08-10 17:17:17.739776
updated_at2022-07-17 00:43:18.285435
descriptionplay a casual game of blackjack in the terminal.
homepage
repositoryhttps://github.com/dcts/blackjack-cli/
max_upload_size
id434367
size18,265
dcts (dcts)

documentation

README

Blackjack CLI Game

Play a casual game of blackjack in the terminal. Written in Rust.

blackjack

Prequesites

you need to have Rust installed (install instructions)

Build

# clone repository
git clone git@github.com:dcts/blackjack-cli.git

# build binary (the binary will be compiled to `target/debug/blackjack-cli`)
cargo build

# run program
cargo run
Commit count: 26

cargo fmt