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.
The kata asked you whether or not if two chess pieces are on boxes with the same colour. If it is, return true. Otherwise return false.
As you can see from the first example, one piece is at A (first column) 1 (first row), while another piece is at C (third column) 3 (third row). This one should return true because both chess pieces are on boxes with the same colour.
I hope this helps...
i don't understand the solutions to this kata can someone please throw more light?