diff options
| author | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-07-26 00:07:03 -0500 |
|---|---|---|
| committer | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-07-26 00:07:03 -0500 |
| commit | a999c1afbd9895d12b88ee1103009f05ff763629 (patch) | |
| tree | a47b8cae7a2891a580eec84f1e9246e5d538b149 /README | |
| parent | b2f942cdf39b636f19b39504aee92df8f7442930 (diff) | |
| download | life-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-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -0,0 +1,6 @@ | |||
| 1 | # Life | ||
| 2 | `life` runs arbitrary cellular automata models based off of a rule integer. | ||
| 3 | |||
| 4 | To get a rule integer for a B/S rule string, use `rulestoint.py` with Python 3. | ||
| 5 | |||
| 6 | It 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. | ||
