Ad
  • Custom User Avatar

    The kata spec is missing crucial information. If we're finding the exit but the exit has no special indication, how do we know whether a particular tile is an exit? The kata at least assumes that

    • The exit is the only tile at the last floor which only has 1 connected open tile
    • This tile can be reached from the starting tile

    Which are all missing from the spec.

  • Custom User Avatar

    Test failure message is broken:

    For the following gameMap: [<map object at 0x7f398770dab0>]: [1, 0] should equal [0, 1]
    
  • Custom User Avatar

    Ruby 3.0 should be enabled.

  • Default User Avatar

    It should be specified if there's always exactly 1 space between words and if there can be leading and trailing spaces.

  • Default User Avatar

    Duplicate: look at the "Similar Kata" section.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution