]> git.cworth.org Git - empires-server/history - tictactoe.js
Add a new "identifier" field to the metadata for each game
[empires-server] / tictactoe.js
2020-06-01 Carl WorthAdd a new "identifier" field to the metadata for each...
2020-06-01 Carl WorthAdd first use of Game.meta to both the Empires and...
2020-05-30 Carl Worthtictactoe: Replay previous moves when a new client...
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
2020-05-27 Carl WorthRename "app" to "router" within each game engine
2020-05-27 Carl WorthUse an express Router for each of the game-engine-speci...
2020-05-27 Carl WorthAdd a minimal implementation of the TicTacToe game...
2020-05-26 Carl WorthAdd the barest template of an implementation of a ticta...