SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Game-Life rpm build for : Mageia 8. For other distributions click perl-Game-Life.

Name : perl-Game-Life
Version : 0.60.0 Vendor : Mageia_Org
Release : 9.mga8 Date : 2020-02-12 06:05:00
Group : Development/Perl Source RPM : perl-Game-Life-0.60.0-9.mga8.src.rpm
Size : 0.02 MB
Packager : umeabot < umeabot>
Summary : Plays Conway\'s Game of Life
Description :
Conway\'s Game of Life is a basic example of finding \'living\' patterns in
rather basic rulesets (see *NOTES*). The Game of Life takes place on a 2-D
rectangular grid, with each grid point being either alive or dead. If a
living grid point has 2 or 3 neighbors within the surrounding 8 points, the
point will remain alive in the next generation; any fewer or more will kill
it. A dead grid point will become alive if there are exactly 3 living
neighbors to it. With these simple rules, fascinating structures such as
gliders that move across the grid, glider guns that generate these gliders,
XOR gates, and others have been found.

This module simply provides a way to simulate the Game of Life in Perl.

In terms of coordinate systems as used in \'place_points\', \'toggle_point\'
and other functions, the first coodinate is the vertical direction, 0 being
the top of the board, and the second is the horizontal direaction, 0 being
the left side of the board. Thus, toggling the point of (3,2) will switch
the state of the point in the 4th row and 3rd column.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Game-Life-0.60.0-9.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Game-Life-0.60.0-9.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Game-Life-0.60.0-9.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Game-Life-0.60.0-9.mga8.noarch.rpm
     

Provides :
perl(Game::Life)
perl-Game-Life

Requires :
perl(Clone)
perl(Data::Dumper)
perl(Exporter)
perl(strict)
perl(vars)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Game-Life
/usr/share/doc/perl-Game-Life/META.json
/usr/share/doc/perl-Game-Life/META.yml
/usr/share/doc/perl-Game-Life/MYMETA.yml
/usr/share/doc/perl-Game-Life/README
/usr/share/man/man3/Game::Life.3pm.xz
/usr/share/perl5/vendor_perl/Game
/usr/share/perl5/vendor_perl/Game/Life.pm

 
ICM