kasoti-game
v1.0.6
Published
Guessing the number game
Downloads
1
Readme
Kasoti Game
Kasoti Game is a simple Node.js command-line game where you need to guess a random number between 1 and 100. You have 6 chances to guess the correct number. It's a fun and challenging game to test your guessing skills!
How to Play
To play Kasoti Game using npx
, follow these simple steps:
Open your terminal.
Run the game by entering the following command:
npx kasoti-game
You will be prompted to guess a number between 1 and 100. Enter your guess, and the game will provide feedback on whether your guess is too high or too low. You have 6 chances to guess the correct number.
Keep guessing until you either guess the correct number or run out of chances.
If you guess the correct number, you win! If not, the game will reveal the correct number.
You can choose to play again by running the
npx kasoti-game
command again.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
- Muhammad Kamran
- GitHub: GitHub Profile
Acknowledgments
- Special thanks to the authors of the inquirer and chalk libraries for making this game possible.
Have fun playing Kasoti Game using npx
!
This updated `README.md` is focused on running the `kasoti-game` using `npx` and provides clear instructions for playing the game through this method.