From: Carl Worth Date: Fri, 5 Jun 2020 23:06:59 +0000 (-0700) Subject: Allow either player to make the first move. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=7b54e4a8c6a461c186125b5e36d4d312ee9b41b2;hp=7b54e4a8c6a461c186125b5e36d4d312ee9b41b2;p=lmno.games Allow either player to make the first move. That is, by having the board be active even if we are not assigned to a team yet. (Obviously, for this to work, this depends on the server also permitting us to send a move before we've joined a team.) When we send a first move this way we append an "assert_first_move" property which tells the server to reject our move if someone else beat us to it. Finally, this commit rewords the message above the game to take into account the team of the current player. ---