summaryrefslogtreecommitdiff
path: root/mathematical.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-30 20:39:47 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-30 20:39:47 -0400
commit654cb632440886a3d9dda64733cd704cee9afa7a (patch)
tree802f30bcbb78cb56e82945162f9d4e7f88196dd2 /mathematical.html
parenta5ce3a61c22e6730bc2d161a4a512e9d1e7d51be (diff)
Added elementary cellular automata
Diffstat (limited to 'mathematical.html')
-rw-r--r--mathematical.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/mathematical.html b/mathematical.html
index ca09c44..9482b49 100644
--- a/mathematical.html
+++ b/mathematical.html
@@ -56,6 +56,13 @@ Ant. You can find out more about it <a href="https://en.wikipedia.org/wiki/Langt
</p>
<hr>
+<img src="screenshots/ElementaryCellularAutomata.png" width=400 height=400><br>
+<a href="elementarycellularautomata.html">Elementary cellular automata</a><br>
+<p>
+Run <a href="https://en.wikipedia.org/wiki/Elementary_cellular_automaton">elementary cellular automata</a>.
+</p>
+<hr>
+
<img src="screenshots/mazesolver.png" width=200 height=200><br>
<a href="mazesolver.html">Maze Solver</a><br>
<p>
@@ -117,4 +124,4 @@ approximates π!<br>
</p>
-</body> \ No newline at end of file
+</body>