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-9.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: perl-Game-Life Distribution: Mageia
Version: 0.60.0 Vendor: Mageia.Org
Release: 9.mga8 Build date: Wed Feb 12 06:05:00 2020
Group: Development/Perl Build host: localhost
Size: 19832 Source RPM: perl-Game-Life-0.60.0-9.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/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 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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.60.0-9.mga8
  + Revision: 1494615
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.60.0-8.mga7
  + Revision: 1268187
  - Mageia 7 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, Tue Apr 9 16:22:09 2024