README

Languages: Perl 6 with a Perl 5 helper script

Despite Perl 6's status as still being in development, I decided to use it to
become more experienced. I did need to use Perl 5 to handle the binary packed
data, since Perl 6 does not have a binary data mode yet.

Usage:

This requires the August 2009 build of Rakudo Perl 6 as well as the
HTML-Template module (included in the lib directory).

To generate the CSS, call 'generate.p6 css'. This will print the CSS data to
standard output.

To generate the map, call 'generate.p6 map given.txt given.out'. This will
print the map HTML data to standard output.
