You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Max and Kevin, I closely followed your book and just made a go-bot at about KSG 4~5 dan strength. Thank you for all your helps along the road (and this fantastic book!)
I just wanted to ask your advice about an error I found in the frontend files. When I use the frontend goboard, I sometimes receive the following error message "illegal move: cannot play on existing stone!" even though I did not play on existing stone. After the message, I cannot proceed anymore because there is no switch in players.
Does anyone have same experience?
The text was updated successfully, but these errors were encountered:
I found what the problem is. Before making actual choices, there is a shadow stone showing up on the board. This shadow stone is recognized as a real stone, and if the gobot moves on that exact point, it throws "illegal move: cannot play on existing stone!".
For example, suppose it is gobot's turn to move. My mouse was happenly located on position (4, 4) and thus there is a shadow stone on the board. If gobot makes an actural move on postion (4,4), then it is considered an illegal move.
Hello Max and Kevin, I closely followed your book and just made a go-bot at about KSG 4~5 dan strength. Thank you for all your helps along the road (and this fantastic book!)
I just wanted to ask your advice about an error I found in the frontend files. When I use the frontend goboard, I sometimes receive the following error message "illegal move: cannot play on existing stone!" even though I did not play on existing stone. After the message, I cannot proceed anymore because there is no switch in players.
Does anyone have same experience?
The text was updated successfully, but these errors were encountered: