File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ An unofficial port of Hearthstone's deckstrings for NovaBlitz to make copying an
4
4
5
5
## Encoding Scheme
6
6
7
- Virtually identical to [ Hearthstone's deckstrings] ( https://hearthsim.info/docs/deckstrings/ ) , an deckstring consists of:
7
+ Virtually identical to [ Hearthstone's deckstrings] ( https://hearthsim.info/docs/deckstrings/ ) , a deckstring consists of:
8
8
9
9
### Header Block
10
10
1 . Version (1).
@@ -25,8 +25,6 @@ Each integer is encoded as a [varint](https://developers.google.com/protocol-buf
25
25
26
26
## Implementation
27
27
28
- Loose Python and Browser implementations are included in this repository.
29
-
30
- ` <script src="https://cdn.rawgit.com/kajchang/deckstring/43e7b828/js/deckstring.js"></script> `
28
+ Loose Python and JS implementations are included in this repository.
31
29
32
30
A browser demo is located [ here] ( https://kajchang.github.io/deckstring ) .
You can’t perform that action at this time.
0 commit comments