Mastermind. The computer has three numbers, and you try to guess them. Red means right-color-right-place. White means right-color-wrong-place. Black means wrong-color. It randomizes the position of the color responces, so you don't know which color corresponds to which number. One-sprite-one-long-script. There is only one glitch (I could fix it, but I don't want to): If you guess "2,6,6" and the answer is "3,3,6" it will incorrectly give you a red, a white, and a black. The same glitch happenes when you guess two same numbers and the answer includes only one of that same number.