i am working on a game and it would be very helpful if i had a 2d array to store coords how do i set values without haveing to write out line by line the values of
coords[4][4];
Of course, adjust the amount of data to match to size of the array. You can let it all be on one line if you wish, but I find this way to be more understandable of what is at each array position.