king achilles wrote:In my current game of Go, I placed a stone and now it's my opponent's turn. BUT it still displays "Click on an intersection to place a piece, or pass. [Pass Button]" How could I pass while it's not my turn? Should I try out what happens?
- Could you check again if it's still your turn? Perhaps there was just some delay in the interface at the time?
It's my opponent's turn. The Pass button is still there. When I click it, I am told "Not this players move (95,28181,28181)". At least that's correct. Just wondered why the button shows up in the first place.
king achilles wrote:Also, scoring in Go doesn't work. RandBot won without any reasonable territory or prisoners.
Evil RandBot!
Go scoring is somewhat complex and in many implementations of computer Go, you can choose to continue play if you are not satisfied with the result.- The scoring in Go includes the placed stones - so it does seem to be correct.
The scoring in Go is complex. Often, players stop playing as soon as they can see who has won. At this point, there aren't many closed territories you could count. This is very difficult for Go software. In the game I played against RandBot, I clearly have won the game, as I could make all my territories 'living' (a Go term), whereas RandBot clearly hasn't any territory that's living.
Normally, if the opponents can't come to an agreement about who's won, they continue playing until the territories are more clearly outlined. Most Go software has a similar solution where each opponent can click some "continue playing" button if he thinks, the result is wrong. Also, the result is usually shown on the board. All territories are marked in the respective color to show who owns it.
king achilles wrote:Thirdly, I can't access this forum on mobile devices. The link just doesn't show up in the menu. Is this deliberate?
- The Triqqy forum doesn't show on mobile at the moment because it does not work very well with the small screen size. Maybe it could be shown afterall or eventually as a bad looking forum should be better than no forum? This is something to contemplate on.
Well, I am okay with only accessing the forum from my PC. Just wondered...