Crates.io | blackjack-cli |
lib.rs | blackjack-cli |
version | 0.1.3 |
source | src |
created_at | 2021-08-10 17:17:17.739776 |
updated_at | 2022-07-17 00:43:18.285435 |
description | play a casual game of blackjack in the terminal. |
homepage | |
repository | https://github.com/dcts/blackjack-cli/ |
max_upload_size | |
id | 434367 |
size | 18,265 |
Play a casual game of blackjack in the terminal. Written in Rust.
you need to have Rust installed (install instructions)
# 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