On the Subject of The Number Game

Crunching numbers against an opponent that is impossible to beat.

You are currently using an interactive machine called “Number Interacting Machine” (how original). The machine is specialized in beating anyone at “The Number Game”. To make the game more interesting, the machine allows you to go first.

The rules of the game are the following:

  • On your turn, you must pick a number between 1 - [MAXIMUM NUMBER].
  • On the computer’s turn, the computer will also pick between 1 - [MAXIMUM NUMBER].
  • The player who receives 0 at the end of the game loses.

The top display show the maximum number that can be used on the game.

The middle display shows the number remaining on the game. The number will be subtracted by the number you and the computer chose during each player’s turn. Pressing the middle display will submit the number you type on the bottom display.

The bottom display shows the number you will pick on your turn. Pressing the bottom display will clear the input that you have given.

During the game, it can suddenly be halted when the machine detects an error, or an immediate loss for you. Look at ERROR MEANING to determine what went wrong during the game.

ERROR MEANING

NULL VALUE: You submitted an empty value as a response. This is an invalid response.

ZERO USAGE ERROR: You submitted “0” as a response. This is an invalid response.

MAXIMUM VALUE OVERFLOW: You submitted a number that is larger than the maximum number. This is an invalid response.

DISPLAY VALUE OVERFLOW: You submitted a number that is smaller than the maximum number, but larger than the number on the middle display. This is an invalid response.

AUTOMATIC LOSS: You submitted a valid number, but the number given will make the machine impossible to beat. To prevent time waste, the game will immediately end when it reaches this state.