NAME
pentominos - solver for the pentominos paving puzzle
SYNOPSIS
pentominos --help # usage help
pentominos --list # list of builtin boards
pentominos [--box | --raw | --html] [-solutions <n>] [board]
Computes <n> solutions for the pentomino paving puzzle.
Solutions are displayed as boxed ASCII (the default), as raw ASCII (the pentomino letter names), or in HTML format.
The board is either the name of a builtin board, or the name of a file containing a board description (according to the format described in Games::Pentominos). Filename '-' is accepted and means standard input.
AUTHOR
Laurent Dami, <laurent.d...@justice.ge.ch>
COPYRIGHT & LICENSE
Copyright 2007 Laurent Dami, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.