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.
Your code has many errors:
You did not consider including the score for
normKill
of each Player objectEach point of damage done is worth 0.5 points
is not implemented correctly in your codelogic for
returns an array of player names, in order of descending score (highest score is index 0, 2nd highest is index 1, etc.)
is not implemented correctly toomutual feeling