pentominos - solver for the pentominos paving puzzle |
pentominos - solver for the pentominos paving puzzle
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.
Laurent Dami, <laurent.d...@justice.ge.ch>
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.
pentominos - solver for the pentominos paving puzzle |