Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 370 Bytes

Blackjack CLI

A simple CLI blackjack game written in Go.

Usage

The game uses text based prompts so commands and arguments are not needed.

Installation

Binaries are available on the releases page.
You can also install bj-cli using homebrew:

brew tap arlomcwalter/tap
brew install bj-cli