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
Nice idea, like it.
But I have a problem with the test examples. E.g. the first test example. When I follow the rules, car scores 5 points when moving line up, then another 5 moving line up, the car passes object, so add 8, then passes 2 objects, so add 11, next three lines of 5 points (15 points), then a car is passed (the car that originally started at line 7) giving me 7 points, and then I crash to the object at line 3. Counting 5 + 5 + 8 + 11 + 15 + 7 = 51 points. But you expect 52 points. Can you help me what I miss in the rules?