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.
That's exactly what is being done, omitting the return keyword is just a common shorthand for 1 liner arrow functions
Nice kata, but it would be great to have a preloaded "events" dictionary that maps snakes and ladders where keys represent the old positions and values the new ones.
This would save time and effort and help prevent mistakes from transfering the values by hand.
Couldn't it be better to show why the tests aren't passing?
like saying the moves played so far so that I track where the problem in code is
my code passed 1000 tests and didn't pass another 1000 ones
I liked this kata too much because it makes You to think hard in every marshroot case. Thank You very much!
replaced the HTML table with Markdown
Description table is hard to see in light mode.
Soooo cooooooooooooooooooooooooooool🚀
i enjoyed this one...thank you
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Done in this fork
fixed
Python tests log to console, also needs new test framework etc.
That's 20 1's and 10 2's. 20 + 20 = 40 total.
We increase to size 2 after eating 4, so there's 36 left
We increase to size 3 after eating 8 more, so there's 28 left
We increase to size 4 after eating 12 more, so there's 16 left
We increase to size 5 after eating 16 more, with 0 left
Loading more items...