toobtq-number-guessing-game
v1.0.1
Published
This guess the number game is a short TypeScript/Node.js project that allows the user to guess the number generated by the computer. There are also several ways to alter the game, like adding more rounds or displaying the score. It’s quite simple and uses
Downloads
4
Readme
Number Guessing Game
This guess the number game is a short TypeScript/Node.js project that allows the user to guess the number generated by the computer. There are also several ways to alter the game, like adding more rounds or displaying the score. It’s quite simple and uses the random function to generate a number.
Getting Started
To play this game, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Install dependencies by running
npm install
. - Start the calculator by running
tsc && node index.js
. - Follow the prompts to enjoy the game.
Dependencies
- Node.js
- Inquirer
- Chalk
Note / Request
Please dont copy this "as it is" for your own assignments submissions.