Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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