Skip to content

Commit

Permalink
Fix meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
gdonald committed Jan 23, 2021
1 parent 4513b7b commit eb447c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 4 additions & 4 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "Console::Blackjack",
"description": "Console Blackjack for Raku",
"version": "1.0.5",
"version": "1.0.6",
"perl": "6.d",
"authors": [
"Greg Donald"
],
"auth": "github:rakuist",
"auth": "github:gdonald",
"depends": [],
"build-depends": [],
"test-depends": [],
"provides": {
"Console::Blackjack": "lib/Console/Blackjack.rakumod",
"Console::Blackjack::Card.rakumod": "lib/Console/Blackjack/Card.rakumod.rakumod",
"Console::Blackjack::Card": "lib/Console/Blackjack/Card.rakumod",
"Console::Blackjack::DealerHand": "lib/Console/Blackjack/DealerHand.rakumod",
"Console::Blackjack::Hand": "lib/Console/Blackjack/Hand.rakumod",
"Console::Blackjack::PlayerHand": "lib/Console/Blackjack/PlayerHand.rakumod",
Expand All @@ -25,5 +25,5 @@
"Blackjack",
"Game"
],
"source-url": "git://github.com/rakuist/Console-Blackjack.git"
"source-url": "git://github.com/gdonald/Console-Blackjack.git"
}
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,28 @@ Console Blackjack written in Raku

### Install using zef:

```
$ zef install Console::Blackjack
```shell
zef install Console::Blackjack
```

### Run

```
$ console-blackjack
```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).
Expand Down

0 comments on commit eb447c1

Please sign in to comment.