Ad
  • Default User Avatar

    Maybe add to the instructions that spins are never more than 9, I initially added some unnecessary code to account for spins that were 10 or more.

  • Custom User Avatar

    Thanks for letting me know, test cases now updated :-)

  • Default User Avatar

    I finished this Kata succesfully (C#), but didn't take into account the rule that if you reach finish before the end of moves you should return "Finish".
    I had 1 test failing from the local ones, but the non visible tests apparently don't test this condition, so I could finalize it..