Package lucidlife: Information

    Binary package: lucidlife
    Version: 0.9.2-alt3_27
    Architecture: ppc64le
    Build time:  Nov 24, 2020, 07:45 PM in the task #262421
    Source package: lucidlife
    Category: Games/Other
    Report package bug
    License: GPLv2+
    Summary: A Conway's Life simulator
    Description: 
    LucidLife is a Conway's Life simulator. The rules are rather simple. The game
    is started with a large grid of cell locations, and an arbitrary set of
    living cells. On each turn, each cell thrives or dies based on the number of
    cells which surround it. A dead (empty) cell with three live cells around it
    becomes a living cell (a birth); a living cell with two or three neighbors
    survives; otherwise the cell dies (due to overcrowding) or remains dead
    (due to loneliness). It is based on the the GtkLife project, but with a
    more modern user interface and other enhancements.

    Maintainer: Igor Vlasenko



    Last changed


    Nov. 24, 2020 Igor Vlasenko 0.9.2-alt3_27
    - updated buildrequires
    Sept. 27, 2017 Igor Vlasenko 0.9.2-alt3_21
    - update to new release by fcimport
    March 16, 2017 Igor Vlasenko 0.9.2-alt3_19
    - update to new release by fcimport