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.
I had thought about this but the worse case scenario would be the top floor so just test for that in the basic tests.
It could be helpful to have a basic case where you're not on the top floor.
This comment saved me! I was struggling to get why on the random tests even my first instruction was wrong... that's the answer, you don't always start on top floor.
Indeed a basic test like that would help saving some frustration :)