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.
This comment is hidden because it contains spoiler information about the solution
I don't understand why in the tests, when I press "Attempt", i get this:
(... sucessfull calls to game.play() ... )
Should return: Player 1 Wins!
Should return: Game over!
Should return: Game over!
'Player 1 is on square 9' should equal 'Game over!'
Should return: Game over!
'Player 2 is on square 10' should equal 'Game over!'
Should return: Game over!
'Player 2 is on square 26' should equal 'Game over!'
Should return: Game over!
'Player 1 is on square 11' should equal 'Game over!'
(...)
Everything is correct but a lot of successive 'game overs' that I don't understand where they come from, because the game ends just one time and then it's ready to go again, right? I'm confused.
This comment is hidden because it contains spoiler information about the solution