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.
This comment is hidden because it contains spoiler information about the solution
Hi,
Unfortunately, you did a duplicate of this one: https://www.codewars.com/kata/5b5736abf1d553f844000050
The context isn't exactly the same, but the underlying logic is exactly the same, your kata only adds iterating over the board first, and converting to a boolean for the output.
Other than that, a well done kata, yes. Note that mixing ints and strings in the input isn't a good idea. You could have used characters for the tiles as well.
Cheers
Random and sample tests are incoherent when health = 0.