]> git.cworth.org Git - empires-server/commitdiff
tictactoe: Enforce only legal moves with regard to team membership
authorCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 14:15:33 +0000 (07:15 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 14:46:37 +0000 (07:46 -0700)
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.


No differences found