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.
Right, I guess at least a check to break the while loop if all board positions are taken but no player has won would be a good idea...
mine's not setup like yours, and im not sure if you'll see this, but I had it check
if string[repition] != ' ': list.append(changed) so it only appends the list if the character at the number of repitions is not a space
could check to see if it's still possible for either player to win and then automatically end it or something
I put I am a beginner, but this seems pretty difficult. How do I adjust the difficulty, or learn what is assumed to be already known in this test?