ChessCom / Chess-Game

Based on Pear Games_Chess - represents a chess game as a php object
Other
42 stars 20 forks source link

Fixing knight ambiguous moves #23

Closed jseverson closed 8 years ago

jseverson commented 8 years ago

@marcosdsanchez i added a test but don't know how to run tests on my local for this sub repo. If you want to show me how i'll gladly run them and get the new one passing.

jseverson commented 8 years ago

@marcosdsanchez ok tests passing. please review when u get a chance. Then we can update our sha in chess.com repo

jseverson commented 8 years ago

@marcosdsanchez after i had to revert the commit i had to refix everything for some reason. it didnt rebase very well. anyhow...refixed in this PR. should be working and the test should fail pre fix and pass post fix.

marcosdsanchez commented 8 years ago

Thank you @jseverson