Skip to content

Commit fd0caa8

Browse files
committed
Point back at s2protocol as the reference implementation for replays.
1 parent 8acc4b6 commit fd0caa8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ under the open MIT license. Currently powering:
1515
* Experiments: `Midi Conversion`_
1616

1717
Our secondary goal is to become a reference implementation for people looking
18-
to implement parsers in other languages. The following is a list of partial
19-
implementations in other languages:
18+
to implement libraries in other languages. For replays, it implements the
19+
replay format as specified in Blizzard's `s2protocol`_ project.
20+
21+
The following is a list of partial implementations in other languages:
2022

2123
* C#: `sc2replay-csharp`_ (special thanks for v1.5 help)
2224
* C++: `sc2pp`_
@@ -295,9 +297,11 @@ and kept this project going.
295297
and assisting with our v1.5 upgrade.
296298
* Thanks to `ggtracker.com`_ for sponsoring further development and providing
297299
the thousands of test files used while adding s2gs and HotS support.
298-
* Thanks to Blizzard for allowing and supporting development of 3rd party tools.
300+
* Thanks to Blizzard for supporting development of 3rd party tools and releasing
301+
their `s2protocol`_ reference implementation.
299302

300303

304+
.. _s2protocol: https://github.com/Blizzard/s2protocol
301305
.. _ggtracker.com: http://ggtracker.com
302306
.. _gamereplays.org: http://www.gamereplays.org/starcraft2/
303307
.. _Midi Conversion: https://github.com/obohrer/sc2midi
@@ -316,4 +320,4 @@ and kept this project going.
316320
.. _phpsc2replay: http://code.google.com/p/phpsc2replay/
317321
.. _issue tracker: https://github.com/GraylinKim/sc2reader/issues
318322
.. _bnet_scraper: https://github.com/agoragames/bnet_scraper
319-
.. _sc2profile: https://github.com/srounet/sc2profile
323+
.. _sc2profile: https://github.com/srounet/sc2profile

0 commit comments

Comments
 (0)