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'm a dumbass, fixed it!
I mean about the abbreviations ..
Thank you for the help!
I put the input in the titles.
I rearranged the order of the parameteres in the description and switched 'unrecognized' to 'not one of the above ("east", "west", "north", "south", or their abbreviations "e", "w", "n", "s")'
I attempted to fix the last issue with making a copy of the starting position instead of directly using it, but I might have misunderstood the issue.
Submission tests should show what was the input when they fail. Make sure that either test titles, or failure messages, show the input position, direction, and distance. You can see authoring examples kata, or ask on Codewars Discord, for help.
It was not mentioned what kind of direction is "recognizable" and what is not in the description.
Description contradicts the order of input in the actual code and tests
For invalid direction in random tests, modifying the input array and then returning it will pass the assertion. This shouldn't happen.
This kata is not ready for publication. It has no initial code, and no example tests.
Please do not publish kata before finishing it.
Dam, im way too dum for this but that's an awesome kata!