From ffe64bedddb3b7e72f68599bc0fab52654ba7122 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 14 Dec 2015 21:28:44 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e71ce38..844b88a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@ (CAM) Fifth =========== +[Version 1.0.0 - 12/14/2015] + The following is a Cellular Automata Machine (CAM) library loosely based off the CAM Forth language as described in "Cellular Automata Machines" by Toffoli and Margolus. I wanted to be able to follow along in the book but, though mentioned as reasonably priced, a CAM Forth machine is out of my price range. -The following uses numpy/matplotlib underneath, and will ideally incorporate the following: +The following uses numpy/matplotlib underneath, and incorporates: * N-Dimensional Cellular Automata * Arbitrary count of bit planes and description of neighborhoods * Timing specifications and control for granular viewing + +Furthermore, we would like to eventually incorporate: + * ECHOing and TRACing in library for 2D CAMs Documentation will be made available at fuzzykayak.com/... but a quickstart will be provided below. @@ -44,4 +49,6 @@ c.randomize() c.start_plot(400, p.ruleset) ``` -![alt tag](https://raw.githubusercontent.com/jrpotter/fifth/master/rsrc/demo.gif) +

+ +