Skip to content

Commit

Permalink
feat: added comment with example moves to test for invalid castling
Browse files Browse the repository at this point in the history
  • Loading branch information
dechristopher committed Mar 3, 2021
1 parent 44c5a01 commit 71d352b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liad/liad.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ func main() {
//}
}
}

// Illegal move example:
//"b1b2","d4c2","d1c2","b4b3","a1b3","c4a4","c2c3","b4c3"

0 comments on commit 71d352b

Please sign in to comment.