]> git.cworth.org Git - empires-server/commit
Drop the name field from the Game class
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 00:44:14 +0000 (17:44 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 00:44:14 +0000 (17:44 -0700)
commit7b21a4eb7ed2d6d479842b01c35ba6931c3acdc7
tree53bd869709d49d1da030d4f86bb9561ba89743cd
parent40abb70f85a1f833c6dfcc8541db3bf876096616
Drop the name field from the Game class

This name is already not used anywhere, (the code has since changed to
using Game.meta.identifier instead), so kill it.

And this lets us frop the global "engine_name" variable from each
game's JavaScript file (which had a value redundant with
meta.identifier anyway).
empires.js
game.js
tictactoe.js