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.
Ok, thanks
I didn't realized there was invalid words on the player's memories
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?