Blizzard/s2protocol

Is there a protocol for Broodwar?

ggoral opened this issue · 2 comments

simple question!

icza commented

I don't know of any official StarCraft Brood War replay parser, but here's my open-source replay parser. It parses all (both old and new) replays. You can use it as a library (it's written in Go) and it also has a command line tool so you can use it without any programming knowledge too.

https://github.com/icza/screp

To see what it is capable of, check out this replay sharing and analyzer site with a huge replay archive, which uses screp as its replay parser engine:

https://repmastered.app

@icza you're a genius! Thx