## Console-Blackjack

Console Blackjack written in Perl6

### Get Perl6

#### [https://perl6.org/](https://perl6.org/)

Console Blackjack does not work with Perl5 ☹

### Install Blackjack with zef:

```
$ zef update
$ zef install Console::Blackjack
```

### Run

```
$ console-blackjack
```

#### or

```
$ perl6

perl6> use Console::Blackjack
perl6> Console::Blackjack::Game.new
```

&nbsp;
#### Increase your terminal font size for a better view:

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

### 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).
