wrong player plays first in Javascript

Post Reply
dmwit
Posts: 7
Joined: Wed May 16, 2012 10:49 am

wrong player plays first in Javascript

Post by dmwit »

Some of the new problems by stitch seem to be bugging out in the javascript version. For example, with problem 16139:
  • In the Java version, black plays first.
  • On first visiting the Javascript version, three moves have already been made: BR3, WS2, and BT3. The solver says it is white's turn to move, and will play black's responses per the move tree.
  • Hitting the "go all the way back to the beginning" button on the Javascript version only goes back as far as BR3 (it won't undo this move).
User avatar
adum
Site Admin
Posts: 422
Joined: Tue Sep 30, 2008 5:09 pm

Re: wrong player plays first in Javascript

Post by adum »

thanks, we're working on this already... sorry for the trouble
User avatar
adum
Site Admin
Posts: 422
Joined: Tue Sep 30, 2008 5:09 pm

Re: wrong player plays first in Javascript

Post by adum »

should be fixed now. please check.
dmwit
Posts: 7
Joined: Wed May 16, 2012 10:49 am

Re: wrong player plays first in Javascript

Post by dmwit »

Seems to be fixed now. Thanks.
Post Reply