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.
There is only one path and it maintains a width of = ok;
Aliens move one square per turn = ok;
Turrets only fire toward enemies in range = ok;
Turret target priority is toward the enemy within shooting range that is furthest along on the path = ok;
Turret shooting timing = ok;
5 EXAMPLE TESTS[2]
All rules are followed.
Alien 11 breaks through with 6HP and alien 13 dies in cell 8. I looked at every move and every turret attack they are correct. But for some reason the test says it should return 3, but my code will return 6.
Isn’t it logical if 1990=MXM? Or is there no such Roman numeral?
Guys, tell me which blows starts the first move. Turn by iteration list or should the list be sorted? If you need to sort the list, then by what criteria?
This kata cannot be performed in one cycle. My code will take the first document and check if everything is ok in the first document. If there is a problem with the document's expiration date, it will return a message about this and terminate the program. But checking your nationality is your priority, because of this my code cannot pass this cata. Checking the expiration date of the document will take 1 cycle, and checking the nationality identity will take 2 cycles. Isn't it logical to prioritize checking expiration dates over checking nationality?
very fast
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
my code works but cannot pass validation.
seventh base test fail if not converted to int.
p0 += int(p0 * percent / 100 + aug)
cleverly