Skip to content
Jon Thysell edited this page Feb 28, 2018 · 19 revisions

Mzinga is an open-source software project to play the board game Hive, with the primary goal of building a community of developers who create Hive-playing AIs.

With that in mind, it is modeled after the chess AI development community, including:

  • A communication protocol, the Universal Hive Protocol, or UHP, for interoperability
  • An reference game engine, Mzinga.Engine, which implements UHP on Windows
  • A human-friendly viewer, Mzinga.Viewer, which can drive UHP-compatible game engines on Windows

Checkout the Mzinga readme or try the links on the sidebar for more information.

Clone this wiki locally