https://github.com/gdonald/console-blackjack
Console Blackjack written in Raku
https://github.com/gdonald/console-blackjack
21 blackjack blackjack-game console game raku
Last synced: 6 months ago
JSON representation
Console Blackjack written in Raku
- Host: GitHub
- URL: https://github.com/gdonald/console-blackjack
- Owner: gdonald
- License: mit
- Created: 2019-01-18T02:08:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T18:16:28.000Z (10 months ago)
- Last Synced: 2025-04-13T03:04:24.116Z (6 months ago)
- Topics: 21, blackjack, blackjack-game, console, game, raku
- Language: Raku
- Homepage: https://gregdonald.com
- Size: 218 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```shell
zef install Console::Blackjack
```## Run
```shell
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:
```shell
raku -Ilib bin/console-blackjack
```
## Status[](https://github.com/gdonald/Console-Blackjack/actions)
## Bugs / Issues / Feature Requests
[https://github.com/gdonald/Console-Blackjack/issues](https://github.com/gdonald/Console-Blackjack/issues)
## License
[](https://github.com/gdonald/Console-Blackjack/blob/master/LICENSE)
### Other Blackjack Implementations:
I've written Blackjack in [some other programming languages](https://github.com/gdonald?tab=repositories&q=blackjack&type=public&language=&sort=stargazers) too. Check them out!