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

NAME

Games::Nonogram - solve and analyze Nonogram

SYNOPSIS

    use Games::Nonogram;
    Games::Nonogram->bootstrap;

DESCRIPTION

This is a simple utility to solve a puzzle called 'Nonogram' (i.e. 'Paint by numbers', 'Griddlers' or whatever). See http://en.wikipedia.org/wiki/Nonogram for details of the puzzle.

METHOD

bootstrap

bootstraps command line solver or solver shell, according to the value(s) of @ARGV. See appropriate pods for details.

SEE ALSO

Games::Nonogram::CommandLine, Games::Nonogram::Shell

AUTHOR

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE

Copyright 2007 by Kenichi Ishigaki

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.