## Console-Blackjack

Console Blackjack written in Raku

### 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/bj.png)

### From source

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

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

### Report Bugs

#### If you find any bugs or have other issues please [report them here](https://github.com/gdonald/Console-Blackjack/issues).

### License

#### Console-Blackjack is released under the [Artistic License 2.0](https://opensource.org/licenses/Artistic-2.0).
