summaryrefslogtreecommitdiff
path: root/games/golly/README
diff options
context:
space:
mode:
authorGlenn Becker <burningc@sdf.org>2013-01-01 14:11:38 -0500
committerdsomero <xgizzmo@slackbuilds.org>2013-01-01 14:11:38 -0500
commitf0ae50667dce45a3c0b7e034708dd5e4faaf6c7a (patch)
treec7c03d210c4563de43b797f4bef74263fae10cc9 /games/golly/README
parentb8c5e7857befdce73a49f35026b813441dcc58dc (diff)
downloadslackbuilds-f0ae50667dce45a3c0b7e034708dd5e4faaf6c7a.tar.gz
games/golly: Added (Game of Life simulator)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/golly/README')
-rw-r--r--games/golly/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/golly/README b/games/golly/README
new file mode 100644
index 0000000000..7b3c2d8fc7
--- /dev/null
+++ b/games/golly/README
@@ -0,0 +1,29 @@
+Golly is an open source, cross-platform application for
+exploring Conway's Game of Life and other cellular automata.
+
+Golly's key features:
+
+- Supports bounded and unbounded universes, with cells of
+ up to 256 states.
+- Supports multiple algorithms, including Bill Gosper's
+ super fast hashlife algorithm.
+- Many different types of CA are included: John von Neumann's
+ 29-state CA, Wolfram's 1D rules, WireWorld, Generations,
+ Langton's Loops, Paterson's Worms, etc.
+- The RuleTable and RuleTree algorithms let you plug in new
+ rules.
+- Responsive even while generating or garbage collecting.
+- Reads RLE, macrocell, Life 1.05/1.06, dblife, and MCell
+ files.
+- Can also read common graphic formats: BMP, PNG, GIF, TIFF.
+- Can extract patterns, rules and scripts from zip files.
+- Can download patterns, rules and scripts from online archives.
+- Includes a state-of-the-art pattern collection.
+- Can paste in patterns from the clipboard.
+- Unlimited undo/redo.
+- Configurable keyboard shortcuts.
+- Auto fit option keeps patterns sized to the window.
+- Full screen option (no menu/status/tool/scroll bars).
+- Supports multiple layers, including cloned layers.
+- HTML-based help with an integrated Life Lexicon.
+- Scriptable via Perl or Python.