Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterJimson committed Nov 14, 2018
1 parent 03201a7 commit 8f93351
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# ArtifactDeckCodeDotNet

# ArtifactDeckCodeDotNet [![NuGet](https://buildstats.info/nuget/ArtifactDeckCodeDotNet)](https://www.nuget.org/packages/ArtifactDeckCodeDotNet)
A C# port of [ArtifactDeckCode](https://github.com/ValveSoftware/ArtifactDeckCode)

## TODO

- [x] Decoder
- [x] Encoder
- [ ] Nuget
- [x] Card Set API Client
## Documentation
### Decoder
ParseDeck returns a Deck object with contains a list of Heroes, Cards, and a Name;
```csharp
Deck deck = ArtifactDeckDecoder.ParseDeck("ADCJWkTZX05uwGDCRV4XQGy3QGLmqUBg4GQJgGLGgO7AaABR3JlZW4vQmxhY2sgRXhhbXBsZQ__");
Console.WriteLine(deck.Name); // outputs "Green/Black Example"
```

0 comments on commit 8f93351

Please sign in to comment.