blackjack-cli 0.1.1

play a casual game of blackjack in the terminal.
blackjack-cli-0.1.1 is not a library.

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