6 kyu

Scooby Doo Puzzle

36 of 283adrian.eyre
Description
Loading description...
Puzzles
Cryptography
Algorithms
  • Please sign in or sign up to leave a comment.
  • realitant Avatar

    This is genuinely the best kata on the website and it's sad that there aren't 100 more versions.

  • FOLIAM Avatar

    Don't understand at all what I need to do in this kata. How to use clues?

  • catchaser Avatar

    If you're stuck here, consider resolving this one first.

    https://www.codewars.com/kata/52a224d9e6d7a078200007b2

    Despite the common unlikeness, the entry point is pretty much the same.

  • FurgieWurgie Avatar

    I'm stuck at the create a 'Disguise' hint. I'm pretty sure I am overthinking this, but I'm not quite sure on what to do.

    If anyone knows of any articles or documentations that would help me, I would be very greatful.

    I'm dying over here 😭!!!

  • luizv Avatar

    This comment has been hidden.

  • ozichukwu Avatar

    Link to vending machine kata in "Kata series" section is broken.

    Kindly update

  • blinker345678 Avatar

    This comment has been hidden.

  • dpelrla Avatar

    This comment has been hidden.

  • Fbasham Avatar

    Definitely a fun one. I can see why some people might be frustrated by it. Also, villains is spelled incorrectly in the Python version. Not sure if it's an accident or something about the Scooby Doo universe I'm forgetting.

  • tudtude Avatar

    Where is 5 come from?

  • Meg720 Avatar

    This comment has been hidden.

  • ziereis Avatar

    The clue makes absolutely no sense to me and it's somehow impossible to give a more standard clue. I don't understand why. Really disappointed. It's a shame because your other katas were great.

  • esko1779 Avatar

    I've noticed that other letters are -5 from original ones, but wanted to emphasize that tests aren't strong enough to check it :(

    You should consider to add this check!

  • SaladFork Avatar

    This comment has been hidden.

  • KervyN Avatar

    This comment has been hidden.

  • dcieslak Avatar

    Your kata made me read Javascript String documentation very carefully! What a waste of time ;P Thanks for your kata! It was fun ;)

  • bouchert Avatar

    The example code in Python has real villain names with spaces and capital letters in them, but the decryption process only results in a lowercase answer without spaces. Do you really intend that we build a fuzzy matching algorithm to find the properly capitalized and spaced answer in the villains array? Because then, the full test cases don't make use of that at all, with "villains" consisting of just lowercase letters without any spaces. My solution ultimately didn't even make use of the supplied villains array, in fact, which left me worried for a bit that I was missing something. It's unfortunate, but this one still feels like an unsolved mystery to me.

  • rebecacalvoquintero Avatar

    Hello Adrian!! Now I am doing your Kata! And I love it! but.. I need another clue...sorry! Could you please help me? I can't work out how to get the villains. Another clue...would be great!! thanks a lot!!!!

  • fenring76 Avatar

    This comment has been hidden.

  • Blind4Basics Avatar

    Hi,

    Very interesting kata ! (even if the beginning is a bit hard to catch). It seems that I made something wrong, considering I had to find a way to guess the good guy at the last step, instead of finding a perfect match... But it made the challenge interesting.

    Your description is too much vague about the third step (for a 6 kyu, I think) : at first, I thought it was even indexes of the letter in the string.

    And I don't get what I did wrong, but that's not really a problem... ;)

    Thanks for the tip about shift(str,5) (I didn't know that tool) and thanks for this kata !! :)

    EDIT: Errrrr... Actually, it seems that it WAS the parity of the letter in the string that I had to use... In fact... So, my mistake... ;-o (EDIT² : I'm too tired, I still don't get it, actually... ;) )

  • donaldsebleung Avatar

    This comment has been hidden.

  • rom4eg Avatar

    I think, I'm not very stupid, mb a little bit. But not get it at all... Even with opened solutions