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

NAME

Game::TextMapper::Mapper::Hex - a mapper for hex maps

DESCRIPTION

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

SEE ALSO

This class is derived from Game::TextMapper::Mapper.

It uses Game::TextMapper::Point::Hex to represent points (regions) and Game::TextMapper::Line::Hex to represent lines.

Game::TextMapper::Mapper::Square is a similar class for square maps.