## Console-Blackjack

Console Blackjack written in Perl6

### Get Perl6

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

### Install Blackjack with zef:

```
zef install Console::Blackjack
```

### Run

##### Start perl6 and run:

```
perl6

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

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