Ah-ha! key first 2 moves:
And you are on Easy Street!
helper sub to replace BoardSetup:
To practice
And you are on Easy Street!
helper sub to replace BoardSetup:
Code: (Select All)
Sub boardsetup1
ReDim Board(3, 3)
Board(0, 0) = -1: Board(1, 0) = -1: Board(2, 0) = -1: Board(3, 0) = -1
Board(0, 1) = -1: Board(1, 1) = 1: Board(2, 1) = 1: Board(3, 1) = 1
Board(0, 2) = -1: Board(1, 2) = 1: Board(2, 2) = -1: Board(3, 2) = 1
Board(0, 3) = -1: Board(1, 3) = 1: Board(2, 3) = 1: Board(3, 3) = 1
End Sub
To practice
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

