farzad-guess-number
v1.0.0
Published
A fun CLI number guessing game by Farzad
Maintainers
Readme
CLI Game 01
A simple number guessing game that runs in your terminal.
Installation
Using npm (global install)
npm install -g /path/to/this/project
cli-game01Using npx (without install)
npx /path/to/this/projectDevelopment
- Build:
npm run build - Start (dev):
npm start
How to Play
- The game will pick a random number between 1 and 100.
- Guess the number! The game will tell you if your guess is too high or too low.
