Add Control Buttons

This commit is contained in:
Marty Oehme 2018-07-06 16:47:30 +02:00
parent f5e528dceb
commit a9cf46d7a2
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@
<div id="output">
<canvas id="canvas"></canvas>
</div>
<div id="controls">
<button id="run">Run</button>
<button id="step">Step</button>
<button id="reset">Reset</button>
<button id="random">Random</button>
<input id="speed" title="Speed" value="1">
</div>
</body>
</html>