jonthysell / Mzinga

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

Use Mzinga.Viewer with another UHP compliant engine? #95

Closed wgreenberg closed 3 years ago

wgreenberg commented 3 years ago

I've whipped together a functional UHP compliant engine (https://github.com/wgreenberg/rs-hive) and would love to use a ready-built viewer to try it out. Is there an easy way to get Mzinga's viewer to run on my engine executable instead of its own?

wgreenberg commented 3 years ago

Oops, just noticed you can set this in the Viewer GUI. Click Viewer -> Viewer Options, and then set the engine type to External & supply the path to your engine. Seems like it's working!