/rock-paper-scissors

✂️ A yet another rock, paper, scissors game

Primary LanguageJavaScriptMIT LicenseMIT

Rock Paper Scissors


License: MIT Build Status Coverage Status

Example

✂️ A yet another rock, paper, scissors game

The rules:

  • Scissors beats Paper
  • Rock beat Scissors
  • Paper beats Rock
  • If both players choose the same, the round is counted as a tie.
  • Player A (Computer) chooses randomly
  • Player B (Human) chooses normally

How to Run

  1. Install the dependencies: npm i
  2. Run application: npm run dev

Running the tests

You can run the Unit tests by typing:

npm run test

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments