Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.45 KB

Blackjack

Console Blackjack in Elixir

Install dependencies

mix deps.get

Run specs

mix espec

Run specs with code coverage

mix coveralls.html

Results will be in ./cover

Build

mix escript.build

Run

./blackjack

Terminal

Increase your terminal font size to see the cards better:

Blackjack

Status

Elixir CI

License

GitHub

Alternative Implementations:

I've written Blackjack in several other languages: