python-sc2 icon indicating copy to clipboard operation
python-sc2 copied to clipboard

Add support to watch replays

Open BurnySc2 opened this issue 6 years ago • 2 comments

pysc2 and the c++ libraries allowed to watch replays regardless of game version, as far as I know. If this could be easily maintaned, maybe this should be added to the library in a replay.py file.

BurnySc2 avatar Jul 20 '19 10:07 BurnySc2

#29

danielvschoor avatar Oct 25 '19 09:10 danielvschoor

See watch replay example file: https://github.com/BurnySc2/python-sc2/blob/develop/examples/watch_replay.py

BurnySc2 avatar Dec 04 '19 07:12 BurnySc2