Question
random array
Hi,
I have a tile based maze game that i want to be able to choose a level at random. The tiles are arranged by script using a 2D array (the standard way to make tiles with script??), so for example one array is called gameOne = [array], gameTwo = [array] etc....
Anyone have any ideas how to go about this?
Any help would be much appreciated.
I have a tile based maze game that i want to be able to choose a level at random. The tiles are arranged by script using a 2D array (the standard way to make tiles with script??), so for example one array is called gameOne = [array], gameTwo = [array] etc....
Anyone have any ideas how to go about this?
Any help would be much appreciated.