Ad
  • Custom User Avatar

    Hi brodiemar. Good job. Good kata. Cheers

  • Custom User Avatar

    java. Bishop is closer to King than Queen.
    P -> R -> N -> B -> K -> Q.
    Why expected K?

    Board:
    . . . . . . . . 
    . . . . . . B . 
    . . . . N . . . 
    . . . . . . . . 
    . . . . . . . . 
    . . . . R . . . 
    . K . P . . . . 
    Q . . . . . . . 
    
    Starting piece: P ==> expected: <[K]> but was: <[Q]>
    
  • Custom User Avatar

    Why did you approve this kata?

    it's a good kata

    Your own solution doesn't even always pass the tests. Didn't you consider that maybe the verification method is not correct?

    I found a mistake. Can I fix it or should author do it?

  • Custom User Avatar

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