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.
Also I will add. If you want an additional challenge. Try to support x players rather than just the base 2.
This comment is hidden because it contains spoiler information about the solution
not neccesarily important, but it is a nice indicator that that value is the baseline for the rest of the operation.
Simple multi tiered problem. Blast to break down all the little bits to uncover a working solution. First go around with real TDD on this and while I didn't have a 1 line solution, I did wind up with something extremely readable :)
RNG probs
In java the test cases need to be looked at. I was failing on test8 and the result I was receiving was a little misleading. It stated that it expected false and got true, when in actuality it was the other way around. jUnit expects that the first value it the expected value.