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.
git clone https://github.com/islamumarov/rock-scissors-paper.git
npm install
ng serve
http://localhost:4200/
If you want to contribute to this project and make it better, your help is very welcome. See CONTRIBUTING.md for more information.