From: Carl Worth Date: Fri, 5 Jun 2020 00:36:23 +0000 (-0700) Subject: Rename reset_state() to reset_board() X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=47118511015be30e5efb9131f3a6a77828c0fb6a;hp=47118511015be30e5efb9131f3a6a77828c0fb6a Rename reset_state() to reset_board() It's not resetting _all_ state, just the board. In the past, these two notions were basically the same, (since the board was the only state we hadd), but soon we'll be adding players and other information outside the board, so this new naming is more clear. ---