This package has been deprecated

Author message:

randomjs-game is deprecated in favor of @santi100/randomjs-game.

randomjs-game

1.0.2 • Public • Published

Random Number Game in JavaScript

This is a basic command-line based random numbers game, where you have to guess the number. If it is wrong, then it gives you an error and encourages you to try again; if you manage to guess the right number, then it cheers you on and asks you if you want to play again. If you answer 'y' then it continues; if you answer 'n', it exits; if you specify nothing or something invalid, then it defaults to 'y'.

To run this game, you'll have to:

  • Clone this repo by running git clone https://github.com/santi100a/random-number-game-javascript.git.
  • Erase the node_modulesfolder.
  • Run npm install.
  • Run npm run test or node ..
  • Enjoy the game!

Readme

Keywords

none

Package Sidebar

Install

npm i randomjs-game

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

6.25 kB

Total Files

9

Last publish

Collaborators

  • santi100a