/ReplayChecker

A small tool to automatically verify certain stats from Starcraft Broodwar 1.16 replay files.

Primary LanguageC++

Build status

Replay Checking Tool

This is a tool to check Starcraft Broodwar replays for:

  • Who took part
  • Who won
  • What the scores were
  • How long it lasted

build

git submodule update --init --recursive
mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Release -DOPENBW_DIR=../openbw
make