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.
done
damn me... I'll fix it, sorry.
(actually, first and last tile being a wall shouldn't change anything but... well, it is in the description, yes)
In Java during the random test cases I run in to cases where the start position contains a wall, like this:
W.\n
..
I assume this is a bug since the tasks states that start and end positions are empty. I see there was an issue with where the end position contained a wall. Probably similar problem.