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.
cool! have fun
The js fixture uses a format with
['boat',0,1]
for the example tests, but input is(alice, bob, word, first)
. Which means these four things: alice's memory, bob's memory, the given starter word, and the player to begin. Take note they each have ten words in their memory banks in these tests (all 4-letter words). alice can produce no word to alter the starter word, so bob gets a chance. his first word isboar
, so because he can alter the wordboat
he wins.