flyingtrapeze-zz

Results 2 comments of flyingtrapeze-zz

the function printBoardState() requires some attention too switch piece.type { case .rook: character = piece.color == .white ? "R" : "r" case .knight: character = piece.color == .white ? "K"...

I am not familiar with the code layout but I made the following script which would highlight the 200 or so relevant lines of code, it should be run in...