ammar_number_guessing
v1.0.1
Published
This is my second package on NPM and this will allow user to play guess game
Downloads
3
Readme
Number Guessing Game
This guess the number game is a short TypeScript/Node.js project that allows the user to guess the number generated by the computer. There are also several ways to alter the game, like adding more rounds or displaying the score. It’s quite simple and uses the random function to generate a number.
CLI Guessing Game
Welcome to the CLI Guessing Game! This is a simple command-line game written in TypeScript that allows users to guess a randomly generated number between 1 and 100.
Setup
Make sure you have Node.js installed on your machine.
Install the required dependencies using the following command:
npm install chalk inquirer