McMillan's Visual Basic Code - MasterMind Solver
MasterMind Solver Project
Home

Comments

After playing Code Breakers (a MasterMind clone) at Neopets for a while, my head started to hurt. I thought there's got to be a better way to win this thing. Hunting round the Net turned up the two very good resources in the Links section. I've adapted Frans van Gool's excellent MasterMind Java Applet into my own Visual Basic beast.

My MasterMind Solver project shows all the remaining possible solutions at each stage of the game. This could be further optimised by deciding which is the best guess to elimate the most possibilities (and it's not necessarily one of the remaining possibilities). But this one works good enough for me - and it's simple too.

Downloads

  MasterMindSolver.zip - contains: Complete Master Mind Solver Project ( kb)

Links

The excellent MasterMind java applet by Frans van Gool (on which this project is based)

A very good article on MasterMind solving algorithms by Gary Darby

© Copyright Notice

Unless otherwise stated, the code on this site is Copyright to Andrew McMillan. You may use this code in your projects (both commercial and non-commercial) but you are not permitted to republish this code in any form without the Author's prior consent.

The code on this site is supplied "as is" and no claims are made as to its soundness. The Author claims no responsibility for or liability from use of said source code.

Home