Downloads

Master Mind Applet - Java

The Master Mind Java Applet consists of three classes. MMind is the main class. The MMindNumber class tracks the user's and the computer's guesses and the ThreeDPanel class draws the 3D Panel! I wrote the Java code in 1996 in an effort to learn the language, so please be kind.

Demo | Source (.java) | Binary (.zip)

Color Shifting Banner Applet - Java

I used the color shifting banner applet as the banner in a previous design of my site. The banner displays a text message and slowly changes color. The color changes gradually from right to left. You can play with the settings to achieve various effects. The demo page has information about the settings.

Demo | Source (.java) | Binary (.class)

Master Mind Solver - C++

Check out the Master Mind Applet and the Master Mind - How To page for more info about the game.

The Master Mind Applet does not solve the game when you made a guess. So I wanted to write a program to do that as well. Since the algorithm is quite complex, and also since C++ is my first language, I wrote it in C++. I will port it to Java sometime soon.

The current UI lets you test the algorithms and is not meant for playing. I'll put up a playable version soon.

Demo (.exe) | Source (.zip) | No Binary Yet