diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2017-01-19 22:13:04 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2017-01-19 22:13:04 -0500 |
commit | 2c62e9112c25dec105906e2c36b3229638f9221b (patch) | |
tree | db22719431e9d0b81ec745712c98a603131230c6 /all.html | |
parent | e9fc63b3814daa727bbc6bd0152b3b2917ae7ae1 (diff) |
Added Stochastic Elementary Cellular Automata
Diffstat (limited to 'all.html')
-rw-r--r-- | all.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -170,6 +170,14 @@ <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/stochastic.png" width="400" height="400"><br> + <div class="project-title"><a href="stochasticca.html">Stochastic elementary cellular automata</a></div> + Run <a href="https://en.wikipedia.org/wiki/Stochastic_cellular_automaton">Stochastic elementary cellular automata</a>. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/h.png" width=200 height=200><br> <div class="project-title"><a href="h.html">H</a></div> Pick simple rules, and watch a cool pattern |