Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Game-Life-0.60.0-10.mga9 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: perl-Game-Life Distribution: Mageia
Version: 0.60.0 Vendor: Mageia.Org
Release: 10.mga9 Build date: Sun Mar 20 08:41:15 2022
Group: Development/Perl Build host: localhost
Size: 19832 Source RPM: perl-Game-Life-0.60.0-10.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Game-Life
Summary: Plays Conway's Game of Life
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 coordinate is the vertical direction, 0 being
the top of the board, and the second is the horizontal direction, 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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Sun Mar 20 2022 umeabot <umeabot> 0.60.0-10.mga9
  + Revision: 1803763
  - Mageia 9 Mass Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 04:08:02 2024