From: Carl Worth Date: Mon, 1 Jun 2020 21:16:04 +0000 (-0700) Subject: Generalize the handling of the /move request X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=fbf331eedc7d4579ec861c140e26a11b04278c1c;hp=fbf331eedc7d4579ec861c140e26a11b04278c1c;p=empires-server Generalize the handling of the /move request Implementing it at the "lmno" level instead of in "tictactoe". This means that future game implementations that involve clients sending moves to the server (which, is obviously a common thing), can simply implement an "add_move" method in the Game class at not need to implement the route handler piece of things. ---