]> git.cworth.org Git - empires-server/history - game.js
tictactoe: Use a "game-state" event instead of a series of "move" events
[empires-server] / game.js
2020-06-01 Carl WorthPlumb a game's ID value down into the base class
2020-06-01 Carl WorthDrop the name field from the Game class
2020-06-01 Carl Worthgame: Add support for a static "meta" field to hold...
2020-05-30 Carl WorthAdd common handle_events code to the Game class
2020-05-30 Carl WorthPut add_client/remove_client and the various broadcast...
2020-05-30 Carl WorthAdd new game.js with a new parent class Game