An open API service indexing awesome lists of open source software.

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. 🂱🂫

Awesome Lists containing this project

README

          

# Blackjack CLI Game
Play a casual game of blackjack in the terminal. Written in Rust.

![blackjack](https://user-images.githubusercontent.com/44790691/128957535-3b691361-ac76-4acc-adc1-2925f8013889.gif)

### 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
```