aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-07-29 19:58:41 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-07-29 19:58:41 -0500
commit8635c9b7bb453846c0a712fca974a224bb219cb3 (patch)
treeba1f9c7f8c5203581ae82ffc9c1a718d485b1e47 /README
parent3572c7e10cfc9021fba2843d5514ab1c2752e4a6 (diff)
downloadlife-8635c9b7bb453846c0a712fca974a224bb219cb3.tar.gz
life-8635c9b7bb453846c0a712fca974a224bb219cb3.tar.bz2
life-8635c9b7bb453846c0a712fca974a224bb219cb3.zip
Fancy rule setuplife-1.5.0
Removed rulestoint.py Used addstr instead of printw where applicable Moved help to menus.c Moved read_num to menus.c Version 1.5.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
Diffstat (limited to 'README')
l---------[-rw-r--r--]README7
1 files changed, 1 insertions, 6 deletions
diff --git a/README b/README
index 5c11cfe..42061c0 100644..120000
--- a/README
+++ b/README
@@ -1,6 +1 @@
1# Life README.md \ No newline at end of file
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.