CodeBreaker Description

CodeBreaker is based on a century old game played using paper and pencil.

The goal is simple – guess the 4 digit number. You have a maximum of ten attempts.

The basic operations are as follows:

  • The smartpen generates a 4 digit random number
  • The user is asked to create a game board (a rectangle with 3 quick “commands” on the side)
  • The user writes out a four digit guess
  • The smartpen compares it to the code and tells the user the number of digits in the correct/wrong place
  • Game continues until you guess the code, or max out at 10 guesses

The game has 3 levels – Basic, Intermediate & Advanced, and options to control the voice prompts. All of these are implemented using the menu on the display. The application can be completely silent, but still give you all the information to play.

Basic Level – 4 digits number with no repeating digits. Smartpen tells you the position that is correct/misplaced or missing.

Intermediate – same as Basic, but the smartpen only tells you how many digits are correct/misplaced.

Advanced – 4 digit number can have repeating digits, and the smartpen will only tell you number of correct/misplaced.

 

Menu & Sample Screen

Clear Button : Use to Undo Guess Sound Button: Toggle Voice Prompts Start New Game Button Rectangular Game Board

 

Instructions

Note: Single Tap Operations Have Been Replaced With Double Tap in Final Version

 

Examples

Basic Mode

  • Code :4271
  • Guess: 1234
  • Result: White, Black, No Match, White

Intermediate Mode

  • Code :4271
  • Guess: 1234
  • Result: 1 Black, 2 White

 

 

(c) 2010 Quasar Solutions LLC.

Updated March 17, 2011