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.
I think there should be a test case for two ships touching at the bottom right and top left corner.
battleField = [[1, 0, 0, 0, 0, 1, 1, 0, 0, 0],
[1, 0, 1, 0, 0, 0, 0, 0, 1, 0],
[1, 0, 1, 0, 1, 1, 1, 0, 1, 0],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
[0, 0, 0, 0, 1, 1, 1, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[1, 0, 0, 0, 0, 0, 0, 0, 0, 0], # <-----
[0, 1, 0, 0, 0, 0, 0, 0, 0, 0]] # <----- like those two ships on the left side of the grid
Thank you. I feel like the rank Progress and the honor points for the last kata are still missing. Can they be achieved again? Greeting
In my site-events it also shows -15 for cheats detected.
What did I do wrong?
Where there honor calculation issues again?
I just completed a 3kyu kata and lost 20 honor points. :(
Greetings
How is it possible to display values of variables in the output tab (in every language)?
e.g. Console.Write(); doesnt work for C#
This comment is hidden because it contains spoiler information about the solution