A scratch version of a classic game of guess-the-code! The computer will select a random code using 6 colours (colours will not appear twice in any code). Your job is to guess the code within 10 tries, based on clues provided after each try. Grey = colour is wrong. White = colour is correct but in the wrong place. Black = colour is correct and in correct place. However, you're not told *which* colours may be correct! Good luck!
My take on an old and well-known board game. Written entirely from scratch, with simple graphics. Nothing fancy at all, really.