r
/
fifth
1
Fork 0

changed README order

master
Joshua Potter 2015-12-14 21:29:25 -05:00
parent ffe64beddd
commit 40768b7795
1 changed files with 4 additions and 4 deletions

View File

@ -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>