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

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Game-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.

Found 2 sites for perl-Game-Life

Found 12 RPM for perl-Game-Life

PackageSummaryDistributionDownload
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia Cauldron for armv7hlperl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia Cauldron for x86_64perl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia Cauldron for aarch64perl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia 9 for i586perl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia 9 for armv7hlperl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia 9 for x86_64perl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia 9 for aarch64perl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-10.mga9.noarch.htmlPlays Conway's Game of LifeMageia Cauldron for i686perl-Game-Life-0.60.0-10.mga9.noarch.rpm
perl-Game-Life-0.60.0-9.mga8.noarch.htmlPlays Conway's Game of LifeMageia 8 for aarch64perl-Game-Life-0.60.0-9.mga8.noarch.rpm
perl-Game-Life-0.60.0-9.mga8.noarch.htmlPlays Conway's Game of LifeMageia 8 for x86_64perl-Game-Life-0.60.0-9.mga8.noarch.rpm
perl-Game-Life-0.60.0-9.mga8.noarch.htmlPlays Conway's Game of LifeMageia 8 for armv7hlperl-Game-Life-0.60.0-9.mga8.noarch.rpm
perl-Game-Life-0.60.0-9.mga8.noarch.htmlPlays Conway's Game of LifeMageia 8 for i586perl-Game-Life-0.60.0-9.mga8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet