]> git.cworth.org Git - lmno.games/commitdiff
Add an enum (or an enum-like object) for Team values
authorCarl Worth <cworth@cworth.org>
Thu, 4 Jun 2020 23:15:42 +0000 (16:15 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 4 Jun 2020 23:15:42 +0000 (16:15 -0700)
We replace the existing xIsNext Boolean in the state with a new
next_to_play property takign a value from this enum.

And we will soon also be using this enum to track the team from whose
point of view the game is being shown.


No differences found