Best Number Game
๐ก A simple NPM Package which returns Best Number Game. Play with It and stay motivated! โ๏ธ ๐ธ
Best Number Game
๐ก A simple NPM Package which returns Best Number Game. Play with It and stay motivated! โ๏ธ ๐ธ
Click here to view this package on NPM registry. Check the homepage here.
Getting started
npm install numbers-game
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
Installation is done using the
npm install
command:
npm install numbers-game
Usage
- play() method returns the game to play.
const game = require('numbers-game');
game.play();
Examples
To view the examples, clone the number_game repo and install the dependencies:
git clone https://flyingsonu122.github.io/number_game.git
cd examples
npm install
Then run the demo.js:
node demo.js
OR
Run it live on https://repl.it/@flyingsonu736/numberGame
Download from here
Thank You
ย