Try opening the developer console F12. It should show an error message of some kind. In the JS setup() function try putting a debugger; statement to help you single step your code. Sadly I can't run your code easily without completely rewriting and breaking one of my projects. As RicardoRix said, w...
Hi there, I'm new to all this, but am working my way through the Reversi tutorial. I'm up to the Implementing player action (not yet implemented though). The board loads fine and shows the possibleMoves, but is always on the White player with the "other player must take action" message. He...