number_guessing_game_heymi
v1.0.4
Published
Number Guessing Game Project written in TypeScript
Downloads
2
Readme
Number Guessing Game
Number Guessing Game Project written in TypeScript
You can try to guess the secret number and you'll get a hint after every wrong answer.
You can run it with npx command to play with it in the terminal / command prompt:
npx number_guessing_game_heymi
Develop yourself
To develop this fun game you can watch the making of it here:
Number Guessing Game using Inquirer and Chalk
Github Repo
Here is the github link for source code: Number Guessing Game