# Packages
No description provided by the author
# Functions
AbortingMapGeneration handles aborting the attempt to generate a map, handle the error and send a response to the affected client.
No description provided by the author
GetMap starts the Generation Cycle, which may or may not succeed with a valid map according to the supplied Game Rules.
GetMap starts the Generation Cycle, which may or may not succeed with a valid map according to the supplied Game Rules.
GetMapCode starts the Generation Cycle, which may or may not succeed with a valid map according to the supplied Game Rules It is different from GetMap because it only returns the game code.
GetMapLegend retrieves the map Legend, helps explain codes used within the data returned by the API.
GetMapViaCodeGeneration Alternative approach to generating the map instead of generating the map via the structs, we generate a game code and then inflate the game code before validating the board WARNING: currently only supports default normal map.
No description provided by the author