this.game.board.edges.forEach(function(edge) {
    edge.on('click', this.onBoardClick);
  }, this);