pentominos - solver for the pentominos paving puzzle


NAME

pentominos - solver for the pentominos paving puzzle

Back to Top


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 the Games::Pentominos manpage). Filename '-' is accepted and means standard input.

Back to Top


AUTHOR

Laurent Dami, <laurent.d...@justice.ge.ch>

Back to Top


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.

Back to Top

 pentominos - solver for the pentominos paving puzzle