]> git.cworth.org Git - empires-server/history - tictactoe.js
Add some autofocus attributes to several forms
[empires-server] / tictactoe.js
2020-06-06 Carl WorthAllow for games to opt in to allow "Guest" users
2020-06-06 Carl WorthSwitch team property from being a string to being an...
2020-06-05 Carl Worthtictactoe: Simplify code by not reusing the expression...
2020-06-05 Carl WorthMove some checks from TicTacToe.add_move to Game.add_move
2020-06-05 Carl WorthRename "next_player" property to "team_to_play"
2020-06-05 Carl Worthtictactoe: Enforce only legal moves with regard to...
2020-06-05 Carl Worthgame/tictactoe: Expand player to include a team property
2020-06-03 Carl WorthAdd message string to the return value of add_move
2020-06-01 Carl Worthtictactoe: Reword the comment describing the add_move...
2020-06-01 Carl WorthMove our router objects from exports.router to exports...
2020-06-01 Carl WorthGeneralize the handling of the /move request
2020-06-01 Carl WorthRename identifiers from square to move
2020-06-01 Carl Worthtictactoe: Track API change for the /move request:...
2020-06-01 Carl WorthGive the "/events" route a common implementation
2020-06-01 Carl WorthStandardize transmission of game "state" when a client...
2020-06-01 Carl Worthtictactoe: Use a "game-state" event instead of a series...
2020-06-01 Carl Worthtictactoe: Move all state-related properties into a...
2020-06-01 Carl Worthtictactoe: Actually toggle between X and O as the curre...
2020-06-01 Carl Worthtictactoe: Use empty strings instead of null objects...
2020-06-01 Carl WorthDrop the meta property from the game exports object.
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 WorthDrop the "name" entry from the game-engine exports
2020-06-01 Carl WorthEliminate code duplication for root path
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...