lrozenblyum / chess

Leokom Chess. java + Winboard + TDD + OOP
Apache License 2.0
12 stars 3 forks source link

Machine match - 3'd party Winboard engine vs LegalPlayer #125

Open lrozenblyum opened 10 years ago

lrozenblyum commented 10 years ago

Internal Winboard software engine (theirs not our) vs our LegalPlayer (black). Menu Machine Match! Try running. It's interesting : our player did several moves and then crashed. Need to simulate and check what's happening.

lrozenblyum commented 10 years ago

To check if the issue is relevant run with extra option -fb

It causes 'first' engine playing black, which is important for us since we don't support well playing white by LegalPlayer #120

Options to run xboard are described http://hgm.nubati.net/xboard/winboard/help/html/12.htm#fcp

lrozenblyum commented 8 years ago

It looks now it works fine!