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 |
#773 in Games
33 downloads per month
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 [email protected]:dcts/blackjack-cli.git
# build binary (the binary will be compiled to `target/debug/blackjack-cli`)
cargo build
# run program
cargo run
Dependencies
~330KB