]> git.cworth.org Git - lmno-server/commit
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)
commit92382a8dd4bfc9c83b7cf5fa1c0981b01096efd0
tree92e6273353f6ab039c1461697c4b48a805385f9c
parentb5a5c28f09756d7a7e65dd2bc75de130bc71e0dd
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.
lmno.js
test
tictactoe.js