changed README order
parent
ffe64beddd
commit
40768b7795
|
@ -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.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/jrpotter/fifth/master/rsrc/demo.gif">
|
||||
</p>
|
||||
|
||||
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)
|
||||
```
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/jrpotter/fifth/master/rsrc/demo.gif">
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue