An open API service indexing awesome lists of open source software.

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

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:

![Blackjack](https://raw.githubusercontent.com/gdonald/Console-Blackjack/master/ss1.png)

![Blackjack](https://raw.githubusercontent.com/gdonald/Console-Blackjack/master/ss2.png)

## From source

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

```shell
raku -Ilib bin/console-blackjack
```
## Status

[![.github/workflows/raku.yml](https://github.com/gdonald/Console-Blackjack/workflows/.github/workflows/raku.yml/badge.svg)](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

[![GitHub](https://img.shields.io/github/license/gdonald/Console-Blackjack?color=aa0000)](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!