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'm trying to figure out how this solution works. for my solution, i tracked how long each robot had been waiting, to ensure their speed allowed them to go. in other words, if r2 speed is 5 and r1 speed is 11, r1 should attack twice before r2 goes again. so either i'm missing something or there were no test cases to account for this. thoughts?
This comment is hidden because it contains spoiler information about the solution
Maybe this is just me, but I beat my head against a wall for an hour because I continuously failed the form id test case. After commenting that out I failed the input id test case. then the button id test case. I couldn't figure out what in god's name was wrong with my id's. Turns out I wasn't handling the "ref" properly. Nothing to do with the id's at all.