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.
OP solved it, closing
If a direction (left, right, up, or down) has a "T" at the end, it means you're supposed to move in that direction and then add the letter you land on to the password. If it's not there, you move but don't add to the password.
This comment is hidden because it contains spoiler information about the solution
In random cases :
size
andplayers
arguments. egxxx = new HallOfFame(3,[["ZZ",12],["xxx",9],["YyY",13]])
Then size of its length is tested (should be equal to 'size' )
list
of the tested Hall is compared to expected list(ie list of same size but with only avaible players, sorted as required)
Does it help ?
; ) )