Package lucidlife: Information

    Source package: lucidlife
    Version: 0.9.2-alt3_21
    Build time:  Jan 17, 2021, 10:19 PM
    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.

    List of rpms provided by this srpm:
    lucidlife (e2kv5, e2kv4, e2k)
    lucidlife-debuginfo (e2kv5, e2kv4, e2k)

    Maintainer: Igor Vlasenko


      1. perl(XML/Parser.pm)
      2. libgail-devel
      3. gettext
      4. gettext-tools
      5. /usr/bin/desktop-file-install
      6. /usr/bin/glib-gettextize
      7. gnome-vfs-devel
      8. desktop-file-utils
      9. gtk-builder-convert
      10. gtk-demo
      11. libgtk+2-devel
      12. libgtk+2-gir-devel

    Last changed


    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
    Feb. 16, 2016 Igor Vlasenko 0.9.2-alt3_18
    - update to new release by fcimport