Shadow Puzzle

hmmm. lets make people suffer so just make it so it saves only when you are in the game and when u restart it, it wont remember it. :ok_hand:

2 Likes

Ok, in that case the settings extension only complicates things. I would recommend using arrays for everything. Every box has a tile X, tile Y, and most notably a number to denote which room it’s in. You’ll need a 3D array for this because you can’t use classes in blocks (sad). That just means an array, in an array, in an array. The outermost array holds an array for each room, those arrays hold yet more arrays that hold the X and Y position of a single block.

I would encourage you to try and figure this out yourself! I try not to just hand people a completed project because then how would they learn anything? If you really can’t do it let me know. I believe in you! :saluting_face:

3 Likes

uh oh. sorry for the bad advice @Hulahoop :sweat_smile:

2 Likes