Master mind is an implementation of the game
master mind.
The goal of the game is to crack the code consisting of four colored
pins by guessing combinations. For each guess, the computer will tell
you of how many pins you guessed the right color (white dots) and of
how many pins you guessed the right color
and position
(black dots).
Master mind is written in x86 assembly for DOS. It was pretty much the
pinnacle of my assembly programming many years ago (when MS-DOS was
still the predominant OS). Luckily, it runs fine in
DOSBox. DOSBox is available
for many OSes on many architectures.
Sadly, I lost the source code to master mind. I would have liked to
make the source available as well, or even just see it again myself,
but alas, it's probably gone forever :( . The program is released as
freeware; freely distributable software.
Master mind can be downloaded
here.
Development status:
halted (source code lost).