The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Game::TextMapper::Mapper - a text map parser and builder

DESCRIPTION

This class knows how to parse a text containing a map description into SVG definitions, and regions. Once the map is built, this class knows how to generate the SVG for the entire map.

The details depend on whether the map is a hex map or a square map. You should use the appropriate class instead of this one.

SEE ALSO

Game::TextMapper::Mapper::Hex is for hex maps.

Game::TextMapper::Mapper::Square is for square maps.