Skip to content

islamumarov/rock-scissors-paper

Repository files navigation

Rock Scissors Paper

Rock, Scissors, Paper is a simple and popular game played by two people. Each player simultaneously forms one of three shapes with an outstretched hand. The possible shapes are rock (a closed fist), paper (an open hand), and scissors (a fist with the index and middle fingers together forming a V). The game has three possible outcomes other than a tie: rock crushes scissors, scissors cuts paper, and paper covers rock.

Game rules

Game play



How to run

1. Clone the repository

git clone https://github.com/islamumarov/rock-scissors-paper.git

2. install dependencies

npm install

3. angular serve

ng serve

4. open browser

http://localhost:4200/

Contribute

If you want to contribute to this project and make it better, your help is very welcome. See CONTRIBUTING.md for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published