1.1.2 • Published 4 years ago

game-rock-paper-scissor v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Module can be used to play "Rock Paper Scissor" game. Use this Module to play game with computer.

function name : rockPaperScissor(argument);

Example:---

const rps = require('game-rock-paper-scissor'); //import custom created API for playing Rock Paper Scissor

let userChoice, results;

var rl = require('readline-sync');

userChoice = rl.question('Enter your choice Rock, Paper, Scissor : '); //Prompts for user Input

results = rps.RockPaperScissor(userChoice); //Compare User input with computer generated input

console.log(Your Choice :, userChoice,' ',results);

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago