Go for fun

楽しい囲碁とプログラミング !
Go and easy programming for fun !

棋譜から次の一手問題を作る方法

2箇所を変更する。

  1. 2行を追加し、"次の一手"のボタンを追加する。
    <button class="button" onclick="nextStone()">次の一手 Next move</button>
    <br><br>
  2. 再下行の[script]を入れ替えると同時に、nextMove789 = 数字;を追加する。 数字は棋譜を止める数で、0がら始まる。
    nextMove789 = 37;
    </script>
    <script src="igoJs005cNextStone.js"><script>