]> git.cworth.org Git - empires-server/commit
Add message string to the return value of add_move
authorCarl Worth <cworth@cworth.org>
Wed, 3 Jun 2020 22:20:12 +0000 (15:20 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 3 Jun 2020 22:20:12 +0000 (15:20 -0700)
commit00507589b4984d50a34a383975fc6323db19bcfa
treefd71532b8eb80f456a34f3c263f72d39d83eaf48
parent53806350bc2b8e36bf9d2561729b4608403af96d
Add message string to the return value of add_move

Now, instead of just returning a Boolean indicating whether the move
was legal, add_move returns an object with both the Boolean "legal"
property as well as a string "message" indicating what made the move
illegal.
lmno.js
test
tictactoe.js