So I've been going through the reversi tutorial, and it kind of just stops at some point. Tutorial's not completed yet, that's fine. So I figured I'd open up the reversi code that gets added automatically to the SFTP folder to see if I can spot the differences... and there don't really seem to be any. Well, there are a few: it can actually end the game and it has the function to update game progress. But there doesn't appear to be anything to bridge that and where I've landed at the end of the tutorial.
Having reached, the end of the tutorial, I have a game where two players can log in and add discs to the board, and it'll flip them as expected, calculate the score, and send out all of the appropriate notifications. However, it doesn't update to the next player until I manually refresh. Is that expected by the end of tutorial as it exists today? If so, has that also not been implemented in the full reversi code or am I missing something?
Having reached, the end of the tutorial, I have a game where two players can log in and add discs to the board, and it'll flip them as expected, calculate the score, and send out all of the appropriate notifications. However, it doesn't update to the next player until I manually refresh. Is that expected by the end of tutorial as it exists today? If so, has that also not been implemented in the full reversi code or am I missing something?