SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Games-WordFind rpm build for : OpenSuSE. For other distributions click perl-Games-WordFind.

Name : perl-Games-WordFind
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 16:08:14
Group : Development/Libraries/Perl Source RPM : perl-Games-WordFind-0.02-lp155.7.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
Summary : Class for generating Word Find type puzzles
Description :
This module simply provides a class which can be used to generate WordFind
type puzzles. It is simple to use, the relevant methods are:

* $puzzle = Games::WordFind->new({cols => 10,intersect=>1});

Obviously, this returns a WordFind object. By default the puzzle created
by this object is a 10x10 lattice---you may give an optional hash
reference with a \'cols\' as the key and some number as the value for the
size of the lattice. You may also provide an \'intersect\' key, which
allows words to intersect in the puzzle (share letters) when set to a
non-zero value.

* $puzzle->create_puzzle(LIST)

This method takes the LIST of words and creates the puzzle. Any words
which are longer than the number of columns in the puzzle are dropped
from the wordlist and a warning is issued. This method will return
references to three arrays; a two dimensional array of the puzzle, an
array of the words used, and a two dimensional array of the puzzle
solution. These are so you can format your puzzle output yourself rather
than using the latex or html formatting functions described next.

* $puzzle->get_plain({solution => 1})

This method gets the puzzle and its solution matrix in a plain text
format. If you supply the optional hash reference with a non-zero value
for \'solution\', a solution matrix is included immediately following the
puzzle.

* $puzzle->get_latex({solution => 1, wrapper => 1})

This method a latex formatted version of the puzzle containing tabular
environments to set the puzzle and solution (a newpage separates the
two). The optional hash argument can contain the key \'wrapper\' which
tells the method to return the puzzle wrapped with a latex preamble, and
the key \'solution\' which will return the solution matrix after a
\'\
ewpage\' command in the latex source.

* $puzzle->get_html({solution =>1, wrapper =>1})

Similar to the latex method, though, of course, there is no newpage
separation of the solution.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-G/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Games-WordFind-0.02-lp155.7.1.noarch.rpm
     

Provides :
perl(Games::WordFind)
perl-Games-WordFind

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Games
/usr/lib/perl5/vendor_perl/5.26.1/Games/WordFind.pm
/usr/lib/perl5/vendor_perl/5.26.1/auto/Games
/usr/lib/perl5/vendor_perl/5.26.1/auto/Games/WordFind
/usr/lib/perl5/vendor_perl/5.26.1/auto/Games/WordFind/autosplit.ix
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Games-WordFind
/usr/share/doc/packages/perl-Games-WordFind/Changes
/usr/share/doc/packages/perl-Games-WordFind/README
/usr/share/doc/packages/perl-Games-WordFind/examples
/usr/share/doc/packages/perl-Games-WordFind/examples/simple.pl
/usr/share/doc/packages/perl-Games-WordFind/examples/wordfind.pl
/usr/share/man/man3/Games::WordFind.3pm.gz

 
ICM