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:
From source
If you've cloned the git repository you can run it like this:
raku -Ilib bin/console-blackjack
Status
Bugs / Issues / Feature Requests
https://github.com/gdonald/Console-Blackjack/issues
License
Alternative Implementations:
I've written Blackjack in several other languages: