1.0.0 • Published 2 years ago

@musa_bukhari/number_guessing_game v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Number Guessing Game

Number Guessing Game By MusaBukhari237


Installation

npm i @musa_bukhari/number_guessing_game -g


Command

npx mb_number_guessing_game


User Journey

Choose Difficulty :

  1. Easy 1 - 10
  2. Normal 1 - 50
  3. Hard 1 - 100

Easy

Guess the Number Try 1 : 2

Guess the Number Try 2 : 5

Guess the Number Try 3 : 4

Hooray! Your guess is right.

Your Score is : 20

Do You Want To Continue? (Y/n)


Normal

Guess the Number Try 1 : 20

Wow! Your guess is right.

You guesed it in one try, Well Done!

Your Score is : 50

Do You Want To Continue? (Y/n)


Hard

Guess the Number Try 1 : 20

Guess the Number Try 2 : 34

Guess the Number Try 3 : 48

Guess the Number Try 4 : 58

Guess the Number Final Try : 93

Oops, the number was : 41

Better, luck next time

Do You Want To Continue? (Y/n)