From: Carl Worth Date: Fri, 5 Jun 2020 14:15:33 +0000 (-0700) Subject: tictactoe: Enforce only legal moves with regard to team membership X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=92382a8dd4bfc9c83b7cf5fa1c0981b01096efd0;hp=92382a8dd4bfc9c83b7cf5fa1c0981b01096efd0;p=empires-server tictactoe: Enforce only legal moves with regard to team membership Rejecting any attempt to move if a player cannot be found from the current session, or if the player is not on the right team, etc. Commit includes testing. ---