Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javitocor/rock-paper-scissors-js
Classic game ROCK, PAPER, SCISSORS to play in the browser. Built with JavaScript.
https://github.com/javitocor/rock-paper-scissors-js
bootstrap css html javascript jsgames rock-paper-scissors
Last synced: 11 days ago
JSON representation
Classic game ROCK, PAPER, SCISSORS to play in the browser. Built with JavaScript.
- Host: GitHub
- URL: https://github.com/javitocor/rock-paper-scissors-js
- Owner: javitocor
- Created: 2020-07-24T10:20:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T11:14:48.000Z (over 4 years ago)
- Last Synced: 2025-01-12T05:24:45.332Z (25 days ago)
- Topics: bootstrap, css, html, javascript, jsgames, rock-paper-scissors
- Language: HTML
- Homepage: https://javitocor.github.io/Rock-Paper-Scissors-JS/
- Size: 66.4 KB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)# ROCK PAPER SCISSORS
> Classic game ROCK, PAPER, SCISSORS to play in the browser. Built with JavaScript.
Game:
![screenshot](./assets/screenshot1.png)
Instructions:
![screenshot](./assets/screenshot2.png)Additional description about the project and its features.
## Built With
- HTML
- CSS
- BOOTSTRAP
- JAVASCRIPT## Instrucions to Play
- Click 'Get Started' button.
- Choose between Rock, Paper or Scissors by clicking in the icon.
- Rock beats Scissors.
- Scissors beats Paper.
- Paper beats Rock.
- First player to win 5 rounds is the winner.
- Play again!## Live Demo
[Live Demo Link](https://javitocor.github.io/Rock-Paper-Scissors-JS/) :point_left:
## Getting Started
- Follow the live demo link and enjoy the site.### Prerequisites
- A modern browser, up to date. :muscle:
### Run tests
- Run ```npm test``` on the root directory to run all the tests.
- Run ```npm test testfile.test.js ``` on root directory to run test for a single file.## Future features
- Add animations.
## Authors
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Rock-Paper-Scissors-JS/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- The Odin Project
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Rock-Paper-Scissors-JS.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Rock-Paper-Scissors-JS/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Rock-Paper-Scissors-JS.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Rock-Paper-Scissors-JS/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Rock-Paper-Scissors-JS.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Rock-Paper-Scissors-JS/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Rock-Paper-Scissors-JS.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Rock-Paper-Scissors-JS/issues