Blizzard / s2protocol

Python library to decode StarCraft II replay protocols
MIT License
622 stars 111 forks source link

How to calculate players‘s APM in each gameloop? #97

Open NoviceYin opened 5 years ago

NoviceYin commented 5 years ago

Hi there

Currently, we can get players apm through whole game from metadata. 
But how can I calculate player's apm in each gameloop? 
I think the main problem is which events count into the APM? 

Thank you for your help!