This commit is contained in:
2019-10-02 09:32:01 +02:00
parent 823b453999
commit 31deec5751
4 changed files with 253 additions and 180 deletions

View File

@@ -10,11 +10,17 @@
canvas {
background: grey
}
p {
display: inline
}
</style>
</head>
<body>
<canvas></canvas>
<button class="start">Start/Continue</button>
<button class="step">Step</button>
<button class="pause">Pause</button>
<button class="grid">Switch Grid</button>
<p>Counter: <span class="counter">0</span> Cells alive: <span class="cell-count">0</span> Time to handle: <span class="speed">0</span></p>
</body>
</html>