Mzinga icon indicating copy to clipboard operation
Mzinga copied to clipboard

Open-source software to play the board game Hive.

Results 24 Mzinga issues
Sort by recently updated
recently updated
newest added

Hi, first of all, thanks for such a great package! With the recent changes to get it running on Linux it's quite a good way to play Hive against an...

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

As a player When I go to place the first piece Then I should be able to place the queen as my first move. Currently, its seems neither player can...

On windows touch devices, pushing and holding acts as a right-click in applications. I see the visual feedback that windows is trying a right click (an expanding square) but nothing...

bug

Hi there, As an avid Hive player and enthusiast I love and support what you are doing here. I've always wondered how AlphaZero would approach Hive ^^ I have played...

Create unit tests for the Engine class

task

Right now, the Viewer launches a single Engine at app start and relies on it for the entire session. When playing "Computer vs. Computer" games, it's really one engine playing...

task

Suppose we have an instance where two viewers, V1 and V2, representing two players playing remotely (e.g. online) want to play a game together on the same engine E ```...

I've been writing an engine implementing UHP, but have a question regarding how draws are handled. In a two player game, a draw can either happen due to a single...

Sometimes a game gets in a state where the best move between two players is to move the same pieces over and over. This should force a draw.

task