mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-08-12 12:21:57 +00:00
v2 pouet
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user