]> git.cworth.org Git - empires-server/commit
Put add_client/remove_client and the various broadcast functions into Game
authorCarl Worth <cworth@cworth.org>
Sat, 30 May 2020 03:22:17 +0000 (20:22 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 30 May 2020 03:22:17 +0000 (20:22 -0700)
commit76e5097689002f03c721c388e2ca71c52abf3354
treeb5d6c38596a77cd02623649935d1197ede312295
parentde78893aec1d5a4a0ae84610f2f01f78e9455f18
Put add_client/remove_client and the various broadcast functions into Game

This eliminates the duplication of these functions that we previously
had in both the Empires and TicTacToe classes.
empires.js
game.js
tictactoe.js