for (row = 0; row < this.boardHeight; ++row) {

            for (column = 0; column < this.boardWidth; ++column) {

                if (this.getSquareAt(row, column) === opponent) {