Just wondering, how do you create a 2 dimensioal array, e.g. for controlling a game board.
Like this:
arr = new Array[[1,2,3,4,5,6][1,2,3,4,5,6]] ?
Any tutorial around for such thing ?
Just wondering, how do you create a 2 dimensioal array, e.g. for controlling a game board.
Like this:
arr = new Array[[1,2,3,4,5,6][1,2,3,4,5,6]] ?
Any tutorial around for such thing ?
:: Copyright KIRUPA 2024 //--