mariuszklinger / snake

HTML5 Multiplayer snake using Websocket communication hosted by NodeJS.
6 stars 4 forks source link

Move function proxyGameBoardMethods() to new proxy class #6

Open mariuszklinger opened 10 years ago

mariuszklinger commented 10 years ago

... and use its instead of SnakeGameCore on server side.

https://github.com/rinz/snake/blob/master/server/SnakeGameServer.js#L80