happyleavesaoc / aoc-mgz

Age of Empires II recorded game parsing and summarization in Python 3.
MIT License
197 stars 41 forks source link

Fixed parsing for WALL action, now all four coordinates and selected units should be returned correctly #63

Closed qwyt closed 2 years ago

qwyt commented 3 years ago

Previously only the starting position was parsed.

Tests with all recording files available in test also added a new recording.

(The new white spaces and empty lines are based on PEP styles guidelines I can revert them).

happyleavesaoc commented 3 years ago

Couple minor things; will merge when updated!