ale-numguessing
v1.0.6
Published
const inquirer = require('inquirer'); // Start the Game npx ale-numguessing; # Number Guessing Game
Downloads
10
Readme
const inquirer = require('inquirer'); // Start the Game npx ale-numguessing;
Number Guessing Game
AleNumguessing is a command-line number guessing game built with Node.js,Chalk, ChalkAnimation, boxen and Inquirer. It allows users to Guess the number.
Installation
- Clone the repository:
git clone https://github.com/alemughal/Number-Guessing-Game.git
- Navigate to the project directory:
cd Number-Guessing-Game
- Install the dependencies:
npm install
Usage
To start the Game, run the following command in your terminal:
npx ale-numguessing"