Skip to content

gdonald/Console-Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Alternative Implementations:

I've written Blackjack in several other languages: