/Four-Digit-Guessing-Game

A number guessing game built with assembly.

Primary LanguageAssembly

Four-Digit-Guessing-Game

This is a game built with assembly. The user guesses a four digit number that the program will randomly generate. After every attempt, the user sees the score.

Rules of the game:

  1. A user cannot repeat digits in his/her guess.
  2. A user’s guess must be exactly 4 digits long.

'N' tells you how many digits you guessed correctly. 'P' tells you how many of the correctly guessed digits are in the right position.