• Custom User Avatar

    looks like I fixed tests in Ruby, so now some solutions become invalid. Hope nobody cares a lot.

  • Custom User Avatar

    got the same problem on input ["a4", "dxc6", "gxh4", "axb2", "bxc4", "a2", "axb4", "b2", "c3"]
    Expected: "gxh4 is invalid", instead got: "dxc6 is invalid"

  • Custom User Avatar

    The reference implementation apparently does not check if there is a piece to be captured.

    On 'cxd3' as the first move it happily moves the white c pawn to d3.

  • Custom User Avatar

    Same stuff happened to me, also forced my way through random tests, but I don't care enough to verify why this happens.

  • Custom User Avatar

    Could you give original board inputs? 7 other people have passed this though, are you sure you haven't mutated the input in some way?