https://github.com/dcts/blackjack-cli
Play a casual game of blackjack in the terminal. Written in Rust. 🂱🂫
https://github.com/dcts/blackjack-cli
Last synced: 10 months ago
JSON representation
Play a casual game of blackjack in the terminal. Written in Rust. 🂱🂫
- Host: GitHub
- URL: https://github.com/dcts/blackjack-cli
- Owner: dcts
- License: mit
- Created: 2021-08-10T15:03:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T20:05:45.000Z (almost 4 years ago)
- Last Synced: 2025-08-16T17:55:52.139Z (10 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackjack CLI Game
Play a casual game of blackjack in the terminal. Written in Rust.

### Prequesites
you need to have Rust installed ([install instructions](https://www.rust-lang.org/tools/install))
### Build
```bash
# 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
```