Hello,
I'm trying to make a 5 by 5 board for a puzzle game. I'm using arrays and defining it as such:
I'm trying to make a 5 by 5 board for a puzzle game. I'm using arrays and defining it as such:
Dim board(5,5) board(1,1) = 0 ;...and so on
Dim boardLeft(5,5) .....so on Dim boardRight(5,5) .....so on