

In 1990 six games were played between the British champion Mike Sunley and a heuristics-based computer program. A player with 4 stones against 3 can only force a win if it is their go, and they can immediately make a mill.Īll of this assumes two players who are playing completely optimally, which is not usually the case. Although many of those positions should still end in draws, rather than wins for the player with more stones.Ī player is much more likely to be able to force a win when they have 7 or more stones left, than when they get down to 6. The data also reveals that a player with 3 stones left cannot force a win against an opponent with 6 or more stones left. The highest percentage of won positions is 83% when the player to move has 3 stones against 3. In figure 11 of that paper, he gives a graph of the percentage of won positions for the player to move, against the number of stones each has on the board. The first player to reduce their opponent to two. In a 1996 paper called Solving Nine Men's Morris, Ralph Gasser describes how he used search techniques to determine that, given best play, the game of nine men's morris should end in a draw. One player has nine black playing pieces, the other has nine white playing pieces.
#Contents game nine mens morris windows#
Project is written as a windows form application in C# with Minimax and Alpha-beta pruning algorithms with simple heuristics as AI players.You can't guarantee a win. It is problably the older know game in the history of humanity. More recently, references in the works of Shakespeare have given it an image of the archetypal medieval board game. Play historical board games 9 Mens Morris is also known as Nine Man Morris, Mill, Mills, The Mill Game, Merels, Merrills, Merelles, Marelles, Morelles and Ninepenny Marl. The AI's can be also tested by letting them play against each other. Nine Men's Morris, also known as Merrills, Mill and Merels, is an old English game that goes back to antiquity - evidence has been found for the game in ancient Rome and possibly Ancient Egypt. Moving men to any vacant point when the player has been reduced to three menįurthermore, player can choose whether he wants to play with another player or take turns with artificial intelligence.The game proceeds in three phases according to rules: A player wins by reducing the opponent to two pieces. Players try to form mills, three of their own men lined horizontally or vertically, allowing a player to remove an opponent's man from the game. More recently, references in the works of Shakespeare have given it an image of the archetypal medieval board game. Each player has nine pieces, or "men", coloured black and white. Nine Mens Morris, also known as Merrills, Mill and Merels, is an old English game that goes back to antiquity - evidence has been found for the game in ancient Rome and possibly Ancient Egypt. The game is also known as nine-man morris, mill, mills. This implementation offers the classic game, where the board consists of a grid with twenty-four points. Nine mens Morris is a strategy board game for two players dating at least to the Roman Empire. Nine Men's Morris, being probably 2000-3000 years old, appears to be one of the oldest board games, much older than chess. Develop your strategy on our handcrafted, hardwood playing board. Mill is an implementation of the board game "Nine Men's Morris". game originated in the Roman Empire and is still popular today. For the AI a minimax search tree with alpha beta pruning is used. Finishing project for summer programing class at Charle's University. This is a small project that implements the Nine Mens Morris board game in Unity using C.
