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/


Changelog

v1.0: Nov 19, 2022

- Initial version

v1.1: Dec 5, 2022

- Support for high scores with a backend server

v1.2: Dec 7, 2022

- Show message when entering a name more than 8 characters long

- Play keypad sound on physical keyboard press

v1.3: Dec 10, 2022

- Leaderboard alignment and server changes to show all top scores (not only the best from each player)

v1.4: Dec 18, 2022

- Added a small tutorial to explain the game to new players.

v1.5: Dec 27, 2022

- You can now tap on the screen to speed up the tutorial text speed. Bug fix for player scores submitted even when playing as guest.

v1.6: Jun 9, 2023

- More leaderboards available

- Sound indication when time is running out

Download

Download
Code breaker 564 kB
Download
CodeBreaker_v16.apk 1 MB

Also available on

Leave a comment

Log in with itch.io to leave a comment.