jonthysell / Mzinga

Open-source software to play the board game Hive.
MIT License
82 stars 9 forks source link

UHP: bestmove without options? #114

Open paulmelis opened 2 years ago

paulmelis commented 2 years ago

Seems there's a third (undocumented) form of bestmove, i.e. without options, but it doesn't seem to return a result anytime soon?

jonthysell commented 2 years ago

Yes. While not part of the UHP protocol, calling bestmove by itself to MzingaEngine will just run the search until you send a cancel (Ctrl+C).

paulmelis commented 2 years ago

Okay, then maybe the Ctrl+C doesn't work on Linux. As I tried that earlier, but it simply keeps computing.