Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Hey, it's a bit hard to understand the code and it's in poor format (check this link). But I managed to change the last few lines to make it work. Your check for Finish isn't always correct.
You can try to use
console.log()
at beginning of function to see the maze, directions and read the error messages below to see which one failed.More info about troubleshooting your solution HERE. Good luck!