Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
lucidlife: A Conway's Life simulator
- Summary
- 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 sourround 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.
Arch: src
Download: | lucidlife-0.9.1-2.al3.src.rpm |
Build Date: | Mon Mar 26 13:48:00 2007 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 984 KiB |
Changelog
- * Sun Mar 11 17:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9.1-2
- Add LogicGame to the categories of the installed .desktop file for improved
organization with games-menus.
- Rework patch calls for more readability.
- * Sat Oct 28 17:00:00 2006 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9.1-1
- Update to new upstream release (0.9.1)
- Drop X-Fedora and Application categories in installed .desktop file
- Add patch (sent upstream) to add Encoding=UTF-8 in installed .desktop file:
+ add-.desktop-encoding.patch
- Add %name prefix to old make-docs-use-proper-dir patch filename
to keep it all in the same logical namespace.
- * Sun Aug 27 17:00:00 2006 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9-11
- Mass FC6 rebuild