aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-07-26 00:07:03 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-07-26 00:07:03 -0500
commita999c1afbd9895d12b88ee1103009f05ff763629 (patch)
treea47b8cae7a2891a580eec84f1e9246e5d538b149 /README
parentb2f942cdf39b636f19b39504aee92df8f7442930 (diff)
downloadlife-a999c1afbd9895d12b88ee1103009f05ff763629.tar.gz
life-a999c1afbd9895d12b88ee1103009f05ff763629.tar.bz2
life-a999c1afbd9895d12b88ee1103009f05ff763629.zip
Created autotools fileslife-1.0.0
Tagged and created dist for version 1.0.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5c11cfe
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
1# Life
2`life` runs arbitrary cellular automata models based off of a rule integer.
3
4To get a rule integer for a B/S rule string, use `rulestoint.py` with Python 3.
5
6It runs with ncurses, so make sure to install it (usually with `apt-get install ncurses-base` or the equivalent with yum) and the dev version if you intend to build it yourself.