**PLEASE READ THE INSTRUCTIONS** This is a modified version of Mastermind, a guessing game where you try to guess a combination of 4 numbers. On each guess, the color of the question marks change in response to your answer. I'm entering this into @n1ce_Programmer's game contest. This is the code to the colors of the question marks: - Red = a number in your combination is correct and in the correct place - White = a number in your combination is correct but is not in the correct place - Black = a number in your combination is not correct Hard Mode: Hard Mode has the colors of the question marks shuffled. The rules still apply, but this time the question marks don't match up to your combination. This makes it pretty hard, but still possible :) Side Notes: - Everything, including spaces, counts as characters in your combination, so be aware of that. - Digits in the combinations aren't repeated
All code and art by me. The idea for this game was inspired by one of my own Python projects on CodeHS. Please credit me if you intend to use any aspect of this game. Thank you for playing!