From: Carl Worth Date: Fri, 5 Jun 2020 18:08:32 +0000 (-0700) Subject: tictactoe: De-activate board when it's not the player's turn X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=inline;h=ee68b32ca39f0b664de49cb23695d0786e987c2c;hp=ee68b32ca39f0b664de49cb23695d0786e987c2c;p=lmno.games tictactoe: De-activate board when it's not the player's turn There's no reason to allow the user to select a square and send the move to the server when the client can already know that the server is just going to reject the move because it's not our turn anyway. ---