Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.36 KB

Console-Blackjack

Console Blackjack written in Raku

Features

  • Alternate Deck Types
  • Variable Number of Decks
  • Hand Splitting
  • Vegas-style Dealer Play (Dealer hits on soft 16)
  • Options Saving

Install using zef:

zef install Console::Blackjack

Run

console-blackjack

Increase your terminal font size for a better view:

Blackjack

Blackjack

From source

If you've cloned the git repository you can run it like this:

raku -Ilib bin/console-blackjack

Status

.github/workflows/raku.yml

Bugs / Issues / Feature Requests

https://github.com/gdonald/Console-Blackjack/issues

License

GitHub

Other Blackjack Implementations:

I've written Blackjack in some other programming languages too. Check them out!