We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f1eb7f + 88f719c commit 49cf043Copy full SHA for 49cf043
2 files changed
src/life-game/life-game.html
@@ -8,12 +8,16 @@ <h1>
8
<div id="generation">第0世代</div>
9
<div id="timer">停止中</div>
10
</h1>
11
+ ボードのサイズ<span id="sizeLabel"></span>:
12
+ <input type="number" id="sizeInput" style="width: 50px" />
13
+ <button id="sizeChangeButton">サイズ変更</button>
14
15
<table id="game-board" style="border-collapse: collapse"></table>
16
<button id="startbutton">START</button> <button id="stopbutton">STOP</button
17
> <button id="randombutton">RANDOM</button> <button id="resetbutton">
18
RESET
19
</button>
20
+ <div id="pattern-button-container"></div>
21
<script src="./life-game.js"></script>
22
</body>
23
</html>
0 commit comments