ユーザ用ツール

サイト用ツール


ケイマガケ

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
ケイマガケ [2026/09/06 13:10] mokuhazushi53ケイマガケ [2026/09/06 13:29] (現在) mokuhazushi53
行 4: 行 4:
  
 {{:ケイマガケ001.jpg?300}} {{:ケイマガケ001.jpg?300}}
- 
-<HTML> 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-<!-- 碁盤コンテナ --> 
-<div id="wgo_board_1" style="width: 100%; max-width: 500px; margin: 20px auto;"> 
-    <span id="wgo_status_1" style="color: #666; font-weight: bold;">盤面を準備中...</span> 
-</div> 
- 
-<script> 
-(function() { 
-    var statusMsg = document.getElementById("wgo_status_1"); 
- 
-    if (!window.WGo) { 
-        var css = document.createElement('link'); 
-        css.rel = 'stylesheet'; 
-        css.href = '/wgo/wgo/wgo.player.css'; 
-        document.head.appendChild(css); 
- 
-        var script1 = document.createElement('script'); 
-        script1.src = '/wgo/wgo/wgo.min.js'; 
-         
-        script1.onload = function() { 
-            var script2 = document.createElement('script'); 
-            script2.src = '/wgo/wgo/wgo.player.min.js'; 
-            script2.onload = initWGoBoard; 
-            document.head.appendChild(script2); 
-        }; 
-        document.head.appendChild(script1); 
-    } else { 
-        initWGoBoard(); 
-    } 
- 
-    function initWGoBoard() { 
-        var elem = document.getElementById("wgo_board_1"); 
-        if (elem) { 
-            elem.innerHTML = "";  
-            new WGo.BasicPlayer(elem, { 
-                sgf: "(;DT[2026-08-31]KM[6.5]PB[]RE[]DZ[G]PW[]SZ[19]CA[UTF-8]AP[Lizzie: yzy2.5.1]AB[qe]C[エンジンルール: 日本ルール\n\nセンスのある着点];W[pc]C[小目へのカカリ];B[od]C[ケイマガケ\n相手を低位にしたい、右辺側に模様を作りたい時などに選択すると良い感じ。];W[oc]C[基本的には這うのが最善];B[nd]C[ノビ\n手抜くとマガって封鎖するぞ、という手];W[mc]C[封鎖は厳しいので頭を出す];B[qj]C[右辺にヒラいて一段落\nAI流では手抜いて大場に回るのもある])", 
-                enableWheel: false, 
-                // ▼ ここにレイアウトの明示的な指定を追加 ▼ 
-                layout: { 
-                    top: ["InfoBox"], 
-                    bottom: ["Control", "CommentBox"] 
-                } 
-            }); 
-        } 
-    } 
-})(); 
-</script> 
- 
-</HTML> 
- 
-~~NOCACHE~~ 
- 
ケイマガケ.1788667849.txt.gz · 最終更新: by mokuhazushi53

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki