added reseed function to 2d automaton
[cellular-automaton.git] / index.php
index 959899f..d8cd22d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -17,6 +17,7 @@
         <br><br>
         <span id='start-automaton' class='control'>Start automaton</span>
         <span id='stop-automaton' class='control'>Stop automaton</span>
+        <span id='reseed-automaton' class='control'>Reseed automaton</span>
       </div>
     </div>
     <div id='1d-container'>
@@ -26,6 +27,8 @@
         <br>
         <span class='label'>100 Generations</label><br>
         <span class='label'>100 Cells</label>
+        <br><br>
+        <span id='regenerate-automaton' class='control'>Regenerate automaton</span>
       </div>
     </div>
   </body>