Posted January 21, 2021 by OZ
Fixed the issue with the online game mode scoring not working properly. It was caused by an error in order of operations in my logic. I was adding a score to the player who actually scored (correctly), but then switched the player turn flag and THEN told the other player that the 'current' player which was now them, scored.
Essentially just had to flip flop two lines of code lol
With that out of the way and the game is functional again, I will work on the following:
Wow still quite a bit to do! But yay for progress :)