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 loved making the Kata! If I had to name 1 thing, it would be that the test are suggesting a particular solution a bit too much. I would have prefered it if the test only check if given certain positions, isMate returns the correct value. With my solution I had to write a lot of helper function just to confirm to the format the tests are implying.