This is kind of a continuation of #16 which was closed out because they were fine with GameMap; however, in my case I cannot work with GameMap without writing some sort of parser to rebuild the cell data first. Would it be possible to add a new formatter that generates a CellGrid which is similar to Grid but only contains the width, height, and cells properties and exposes the height, width, and is_carved functions.
This is kind of a continuation of #16 which was closed out because they were fine with
GameMap; however, in my case I cannot work withGameMapwithout writing some sort of parser to rebuild the cell data first. Would it be possible to add a new formatter that generates aCellGridwhich is similar toGridbut only contains thewidth,height, andcellsproperties and exposes theheight,width, andis_carvedfunctions.