-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⇨ 将棋所では、非合法手局面なのでその「盤面編集の終了」ができない。 ⇨ ShogiGUIでは、玉で玉をとると、とられた側の反則勝ちになる。(バグ) ShogiGUIでは、玉を角などでとると、対局が続行する。次に玉のない局面が思考エンジンに渡されるので 思考エンジンは、そこでハングアップする。 ⇨ GUI側が対応してくれないので、 SHOGI24 というシンボルを定義した時だけこの機能が有効になるようにしておこう。 ``` https://www.youtube.com/watch?v=8nwJcKH0x0c そういや、相手の玉をいきなり取れる局面、王手放置の非合法局面だから、以前将棋倶楽部24で王手放置する輩のために書いてた(rootで)玉を取る指し手を指すコードをクリーンアップしたから、玉取れないんだよねー。🥲 玉取るコードをCapturesで生成したら取れるんだけど、そうするとnps落ちて損なんだよねー。 でもこれ腹立たしいので、以前のコード、復活させるか…。 ```
- Loading branch information
Showing
1 changed file
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters