Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gdonald committed Aug 7, 2019
1 parent 21411c0 commit 781ed7b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,27 @@ Console Blackjack written in Perl6

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

### Install Blackjack with zef:

```
zef install Console-Blackjack
```

### Run

##### Start perl6 and run:

```
bin/blackjack
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)

### License

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

0 comments on commit 781ed7b

Please sign in to comment.