#game #blackjack #terminal-game #fun #casino #cli

app blackjack-cli

play a casual game of blackjack in the terminal

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

#283 in Games

MIT/Apache

16KB
343 lines

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

Dependencies

~310KB