jonthysell / Mzinga

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

Core/Engine: Add command to get PV #69

Open jonthysell opened 7 years ago

jonthysell commented 7 years ago

We should be able to get the PV by asking for the best move from the transposition table, playing it, report until there no more best moves

jonthysell commented 6 years ago

Maybe 'bestmove' is updated to return a list of all of the next moves?