]> git.cworth.org Git - lmno.games/commitdiff
Rename reset_state() to reset_board()
authorCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 00:36:23 +0000 (17:36 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 00:36:23 +0000 (17:36 -0700)
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.


No differences found