Package : perl-Game-Life > RPM : perl-Game-Life-0.60.0-10.mga9.src.rpm

Basic items

Name perl-Game-Life
Version 0.60.0
Release 10.mga9
URL https://metacpan.org/release/Game-Life
Group Development/Perl
Summary Plays Conway's Game of Life
Size 11KB
Arch noarch
License GPL+ or Artistic

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 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.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 08:41:11
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie