Mastermind

Mastermind is a game played by two players, the codemaker and the codebreaker. The game was invented [Pickover, p. 442] in 1970 by Mordecai Meirowitz, an Israeli postmaster and telecommunications expert. Mainstream game companies all rejected Meirowitz; thus, he published with the small English game company Invita Plastics. The game went on to sell more than 50 million copies, making it the most successful new game of the 1970.

The game begins with the codemaker selecting a code, a sequence of four colors (digits, pegs or other symbols) (c1, c2, c3, c4) chosen from a set of six colors (repetitions allowed). The codebreaker will then try to guess the code. After each guess (g1, g2, g3, g4), the codemaker responds with two numbers. The first, the number of exact matches, is the number of times ck = gk , k = 1, ... , 4. The second, the number of near matches, is the number of colors in the guess which are the right color, but in the wrong position.

Mastermind triggered a long stream of research. In 1977, D. Knuth published a strategy that enables a player to always guess the correct code within 5 attempts. In 1993, Kenji Koyama and Tony W. Lai published a strategy with a maximum of 6 guesses required in the worst case scenario, but with an average number of guesses of only 4.340. In 1996, Zhixiang Chen and colleagues generalized previous results to the case of n colors and m positions.

In the applet bellow the number of exact matches is indicated by small red dots, while white dots define the second number. In the real game the codemaker uses small pegs for the same purpose.

When you choose "Continuous response", the small pegs are displayed as soon as you complete one row of the puzzle. In the static variant, computer makes a sequence of (always the same!) moves responses to which clarify the situation completely. All you have to do is to find the right move to solve the puzzle.


This applet requires Sun's Java VM 2 which your browser may perceive as a popup. Which it is not. If you want to see the applet work, visit Sun's website at https://www.java.com/en/download/index.jsp, download and install Java VM and enjoy the applet.


What if applet does not run?

Reference

  1. C. Pickover, The Math Book, Sterling Publishing Co., 2009

Mastermind


Related material
Read more...

Worst-Case Scenario

  • One Dimensional Ants
  • More than half of the integers from {1, 2, ..., 2n}
  • Chvatal's Art Gallery Theorem
  • I. Sharygin's Problem of Criminal Ministers
  • |Contact| |Front page| |Contents| |Games|

    Copyright © 1996-2018 Alexander Bogomolny

    71535200