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) ``` - -

- -