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!
You can install Raffey's Number Guessing Game via npm using the following command:
npm install raffeys-number-game
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.
- 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
- 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.