Dear all,
When printing a grid, for example a chess board, I was hoping it wouldn't have the same output as the console.
When I want the position to be grid[x][y] = 5, 5, it will place the counter in the bottom right corner in a 5x5 grid, (5,1) instead of the reverse in the top right corner.
I've used the usual inner for loop stepping through and drawing the line.
Anyone experienced this before and know how to deal with this?
Any advice would be much appreciated.
Thanks,
Cleo