Ad
  • Custom User Avatar

    Ok, thanks
    I didn't realized there was invalid words on the player's memories

  • Custom User Avatar

    On python, the first test is like this:

    alice = ["plat", "rend", "bear", "soar", "mare", "pare", "flap", "neat", "clan", "pore"]

    bob = ["boar", "clap", "mere", "lend", "near", "peat", "pure", "more", "plan", "soap"]

    first word is "maze" and Alice goes first

    The game goes like this:

    Alice: "mare"

    Bob: "mere"

    Alice can't play, so Bob wins. But the test says Alice wins. Can someone help me on this?