Change to make black able to castle right.

If I understood right, I made a change to how castling of black should go.
This commit is contained in:
ecobabush 2017-08-15 18:19:29 +03:00 committed by GitHub
parent a83e15dd63
commit da03f87c42

View file

@ -110,7 +110,7 @@
castle: {
"0/3": {k:[1,2],r:[2,1],n:"O-O"},
"28/31": {k:[30,29],r:[29,30],n:"O-O"},
"28/31": {k:[29,30],r:[30,29],n:"O-O"},
},
evaluate: function(aGame,evalValues,material) {
@ -184,4 +184,4 @@
};
}
})();
})();