Hello,
I would like to introduce you to my first game for the Arduboy: Mastermind.
“Mastermind” is a clone of the popular game Mastermind from the 70s.
The goal of this game is to guess a 4 digit code. When you start a new game, Mastermand chooses a 4-digit code from the numbers 1 to 6. The code does not contain double digits.
Mastermint compares your code with the chosen code. A black circle means that a number in the guessed code is present and is in its correct place. A white circle means that a number in the guessed code is present but isn’t in its correct place.
mastermind.hex (31.8 KB)
You can download the source at: https://github.com/FrankVanDeVen/mastermind
To play the game you need to hold your Arduboy horizontally.
Buttons:
A: Game information or check the entered code.
B: Start a new game.
Up/Down: Change the number (1 to 6).
Left/right: Change the column where you want to change the number.