yangez / go-meteor

Online Go server
http://onlinego.net
7 stars 2 forks source link

Shows latest active game board in the lobby #133

Closed yangez closed 9 years ago

yangez commented 9 years ago

In the process of doing this, I changed how boards update; instead of using a template helper it's now located in autorun.

Note: Take special care later when implementing #126 with gameBoard.update(game.wgoGame.stack[lastMoveIndex], game.wgoGame.getPosition()) because gameBoard will be different (and incompatible) unless it's at the very end of the stack.

Resolves #27.