]> git.cworth.org Git - empires-server/commitdiff
Add new game.js with a new parent class Game
authorCarl Worth <cworth@cworth.org>
Sat, 30 May 2020 00:16:33 +0000 (17:16 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 30 May 2020 00:16:33 +0000 (17:16 -0700)
This new parent is now extended by our two game classes: Empires and
TicTacToe. There's not yet any real functionality in the Game class
yet, (just storage of the name of the engine). But this will give us a
place to lodge some common functionality as we aim to reduce code
duplication.


No differences found