❔ Array Help
Hello, I am a beginner and need help with this maze I created. I just can't seem to work out how all of this work. Any help would be appreciated.
3 Replies
are you trying to find a route for it like depth first search?
it's weird
the move methods seem only to check if coordinates are into a boundary
then move to room is... static?
and turnQueue is not used
so essentially
northSouths
and eastWests
are the allowed moves
and you can't move for more than 2 or 3 units in each direction
again, weird
and you have to go in a specific coordinate to be able to "pull the lever"
and there is a coordinate with a fake lever tooWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.