Super Mastermind
Description
Super Mastermind is a computer implementation of the board game Mastermind. The player must discover a secret code of five sequential colors. This is done by guessing. After each guess the player learns how many of the colors in the sequence are correct, and how many are of the correct color, but in an incorrect position. This implementation uses a custom seed-based random algorithm to prevent each game to start with the same code.