raffeys-number-game
v1.0.3
Published
Welcome to Raffey's Number Guessing Game! This is a fun command-line game to test your guessing skills. Try to guess the randomly generated number between 1 and 100 to win!
Downloads
3
Readme
Raffey's Number Guessing Game
Welcome to Raffey's Number Guessing Game! This is a fun command-line game to test your guessing skills. Try to guess the randomly generated number between 1 and 100 to win!
Installation
You can install Raffey's Number Guessing Game via npm using the following command:
npm install raffeys-number-game
Usage
Once installed, you can start the game by running the raffeys-number-game
command in your terminal:
npx raffeys-number-game
Follow the prompts to guess the randomly generated number. Enter a number between 1 and 100 to make your guess. Type exit
at any time to quit the game.
Features
- Guess a number between 1 and 100
- Type
exit
to quit the game at any time - Colorful command-line interface using Chalk
- Fun ASCII art title and image using node-banner
Dependencies
- inquirer: For interactive command-line prompts.
- chalk: For adding colors to the command-line output.
- node-banner: For displaying ASCII art banners in the terminal.