Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
lucidlife - A Conway's Life simulator
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
lucidlife |
0.9.1 |
3.fc6 |
src |
985 KiB |
Sat Apr 21 00:42:58 2007 |
Changelog
- * Fri Apr 20 18:00:00 2007 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9.1-3
- Ammend make-docs-use-proper-dir patch to ensure that the "Help" menu
functionality works properly. (Thanks to Leonard A. Hickey for the patch;
resolves bug #237329.)
- * Sun Mar 11 18: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 18: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.