Hello all.
While fiddling with saving files ( Saving Game Level), an idea came.
I want to know if it is possible to create temporary array variables using for() loops during the running sketch, so I could save each level as a 2D array in-game, and recover them later. It would be a hassle to hard-code 100 array variables into the game, in case the user would like to play that many levels.
Is this possible?
Thanks,
-MenteCode.
While fiddling with saving files ( Saving Game Level), an idea came.
I want to know if it is possible to create temporary array variables using for() loops during the running sketch, so I could save each level as a 2D array in-game, and recover them later. It would be a hassle to hard-code 100 array variables into the game, in case the user would like to play that many levels.
Is this possible?
Thanks,
-MenteCode.
1