py-slippi
py-slippi copied to clipboard
Add match_id and game_number from Slippi v3.14.0
Description
Adding match_id
and game_number
that were added in addition to ranked in Slippi 3.14.0 as described here. For match_id
, we remove the null terminators when returning in Start
.
Testing
Added unit test with v3.14.0 .slp
file
Seems like the previous workflow was failing due to PEP-484. Rebased the changes in #45 to fix this