]> git.cworth.org Git - empires-server/commit
tictactoe: Move all state-related properties into a new "state" property
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 14:34:33 +0000 (07:34 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 14:34:33 +0000 (07:34 -0700)
commitbceb4cb3eb1b150aedc562978df01cb0ac4ce628
tree49eeccdcecea151dd824ab9bee21e9760d12eb51
parent8adcf9df208ac8d303706f89d359f69bbdc0a7a2
tictactoe: Move all state-related properties into a new "state" property

Consolidating this into a single property is a step toward
standardizing game classes to treat state consistently, (which should
let us reduce some code duplication).
tictactoe.js