-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hello and thank you for this awesome project.
I'm trying to understand exactly what this library does. I've managed to get the basic adjudication functionality from the examples and reading the code at /gae and that alone is very useful.
However I see that there are maps involved in the codebase and I don't understand their function. Are they there because you extract variant movement possibilities from the maps themselves by reading each SVG and determining which province touches each other and what is sea/land etc.? Or are the maps there so the library can print maps for a given described state? Or both?
In that case, how should one proceed to generate a map? (I'm trying to write a game client that would generate static images of each state/season.)