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
awesome
Funny simulation kata with complex rules...
I'm failing test 38 too but how do i even see what test 38 is?!!
I'm starting to like these kinds of 3D cubes katas involving some sort of spatial memory...
I like this one because its very funny.
i love how all of us have the same solution except the variety is on characters
(not like there was any other way to solve this god forsaken puzzle)
Quite challenging to work on all the technical details.
Great kata of the game development series to learn with, very funny.
Good Kata; however, I would modify the description and make it a little bit more specific, for example mentioning that the users should create a class.
But that's just an opinion, nothing against the kata and its creator.
This comment is hidden because it contains spoiler information about the solution
So I have to return the tiles that HAVE to be moved for the puzzle to be solved?
You are supposed to return a list of numbers, where each number is a label of a tile to move. Is the example in the description not helpful? In the example you see:
what means that
simple_example
can be solved by first moving the tile 6, then 7, then 11, then 12 (what indeed can be interpreted as "where to move the 0 tile to").If you still need help, feel free to jump into
#help-solve
channel of Codewars Discord.I'm horribly confused on what to return. My current code returns a sequence of moves for how the 0 moves to return the board to the solved state (which works by the way). How do i pass the kata?
Great kata, well done.
Loading more items...