From 40768b77951149f12b6cb5d05cfa460967f863cf Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 14 Dec 2015 21:29:25 -0500 Subject: [PATCH] changed README order --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 844b88a..046c282 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ The following is a Cellular Automata Machine (CAM) library loosely based off the 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 incorporates: * N-Dimensional Cellular Automata @@ -48,7 +52,3 @@ p = u.CAMParser('B3/S23', c) c.randomize() c.start_plot(400, p.ruleset) ``` - -

- -