Pretty Android version of the Mastermind code-breaking game
Your goal is to guess a secret code that consists of a sequence of colored pegs.
In each round you make a guess and place the pegs on the board accordingly.
Once you made a guess, you get hints about how close you are to the real code:
- each black hint peg indicates one of your guess pegs is correct in both color and position
- each white hint peg indicates one of your guess pegs is correct in color but placed at the wrong position
Try to guess the code using as few rows as possible.
The game is lost if you use up all rows without guessing the correct code.
Copyright © 2020 Natalie Prange
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.