Skip to content

Jeongsanghun/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rock-paper-scissors npm version

가위바위보를 하고 싶어요.

설치방법

npm install --save rock-paper-scissors-shj

# 또는

yarn add rock-paper-scissors-shj

사용방법

const RPS = require('rock-paper-scissors-shj')
const RULES = ['가위', '바위', '보']
const answer = '가위'
const result = RPS.main(answer, RULES)

테스트

npm test

기여 방법

fork후 Pull Request를 남겨주세요

About

가위바위보

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published