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.
my path is not correct. the total 1074 can be reached.
Did you ever figure this out?
This comment is hidden because it contains spoiler information about the solution
I hear ya, done that before myself :)
Totally works, but I thought the objective in Kata was to practice string parsing skills?
Well if i had properly tested my random generating test it would have been easier lol :)
Refactored that part of the test. Tests still pass but for some reason when posting with my ipad it said publishing with failed tests. Anything fail for you?
My OCD is kicking in, going to refactor that test to make easier to read. Too many comments :/
Do you think the fighter grid selection is not as clear due to naming or because i moved the random generation into the test function parameter list?
Thank you again for the feed back :)
I added a random test; the test generates a random fighter selection screen, start position (making sure not to land on "" initially), as well as a random list of moves. It takes this data and finds the correct path based on the master solution. With the path built it compares against the users kata solution response.
Let me know what you think. Not the cleanest test, but seems to run well.
Good point, I'll toss a few randoms in thanks :)