1. Play the game: http://www.irt.org/games/js/mind/ 2. Important rules: A color in the secret code can only match with one color in the guess. Conversely, each color in the guess can only match one in the secret code. Consider the following examples. How many exact and partial matches? secret: Red Red Red Green guess: Red Green Green Green secret: Blue Blue Green Green guess: Green Green Blue Red 3. With a partner, write out a pseudocode version of the program. What variables do you need for this program? 4. On your portfolio page, create a page for your mastermind project. Type in your pseudocode there. Later, we'll add the actual code. |
