4 releases
0.1.3 | Jul 17, 2022 |
---|---|
0.1.2 | Aug 11, 2021 |
0.1.1 | Aug 11, 2021 |
0.1.0 | Aug 10, 2021 |
#372 in Games
16KB
343 lines
Blackjack CLI Game
Play a casual game of blackjack in the terminal. Written in Rust.
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
Dependencies
~315KB