Code breaker (spyros1973)
About
Code breaker is a simple game of logic, designed to be played on a mobile device (however it's playable on PC hardware as well)
Your goal is to find the secret 4-digit code, within the time limit, by following the hints the game gives you.
You enter your guess, hit the ">" button and the game shows, for every digit, if your guess was lower, higher or exactly like the target number.
For example, if the secret code is 2976 and your guess is 5576, the game will show:
`-+76`
`5576`
The means that your first digit needs to be lower, the second digit needs to be higher and the third and fourth digits were correct.
The game is over if you run out of time. After each successful guess, the time limit gets lower.
More points are awarded for faster guesses.
On devices with a physical keyboard, you can use it to enter your guesses.
Code breaker is meant to be a casual mobile game, but it's fully playable on non-mobile platforms as well.
Code breaker has been created with microStudio and its project page can be found at:
https://microstudio.dev/i/spyros1973/codebreaker/